Searched refs:InactiveLinks (Results 1 – 2 of 2) sorted by relevance
268 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()
57 …CommunicationLinkList *InactiveLinks; /// Hier sind die CommunicationLinks drin, die sich noch ni… member in MultiCommunicationManager
Completed in 16 milliseconds