Home
last modified time | relevance | path

Searched refs:InactiveLinks (Results 1 – 2 of 2) sorted by relevance

/trunk/main/automation/source/communi/
H A Dcommuni.cxx268 InactiveLinks = new CommunicationLinkList; in MultiCommunicationManager()
311 i = InactiveLinks->Count(); in ~MultiCommunicationManager()
314 CommunicationLinkRef rTempLink = InactiveLinks->GetObject( i ); in ~MultiCommunicationManager()
315 InactiveLinks->Remove( i ); in ~MultiCommunicationManager()
318 delete InactiveLinks; in ~MultiCommunicationManager()
374 InactiveLinks->C40_PTR_INSERT(CommunicationLink, pCL); // Ohne Reference in CallConnectionClosed()
389 if ( InactiveLinks->Seek_Entry( pCL, &nPos ) ) in DestroyingLink()
390 InactiveLinks->Remove( nPos ); in DestroyingLink()
/trunk/main/automation/inc/automation/
H A Dcommuni.hxx57 …CommunicationLinkList *InactiveLinks; /// Hier sind die CommunicationLinks drin, die sich noch ni… member in MultiCommunicationManager

Completed in 18 milliseconds