Searched refs:xActiveLink (Results 1 – 2 of 2) sorted by relevance
580 xActiveLink = NULL; in SingleCommunicationManager()593 if ( xActiveLink.Is() ) in StopCommunication()595 sal_Bool bSuccess = xActiveLink->StopCommunication(); in StopCommunication()598 pInactiveLink = xActiveLink; in StopCommunication()599 xActiveLink.Clear(); in StopCommunication()607 return &xActiveLink == pCL; in IsLinkValid()617 return xActiveLink; in GetCommunicationLink()622 DBG_ASSERT( !xActiveLink.Is(), "Es ist bereits ein CommunicationLink aktiv"); in CallConnectionOpened()623 if ( xActiveLink.Is() ) in CallConnectionOpened()627 pInactiveLink = xActiveLink; in CallConnectionOpened()[all …]
307 CommunicationLinkRef xActiveLink; member in SingleCommunicationManager