Home
last modified time | relevance | path

Searched refs:pMyManager (Results 1 – 3 of 3) sorted by relevance

/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx50 : pMyManager(pMan) in CommunicationLink()
69 if ( pMyManager ) in ~CommunicationLink()
70 pMyManager->DestroyingLink( this ); in ~CommunicationLink()
75 if ( pMyManager ) in CallInfoMsg()
76 pMyManager->InfoMsg( aMsg ); in CallInfoMsg()
81 if ( pMyManager ) in GetInfoType()
82 return pMyManager->GetInfoType(); in GetInfoType()
89 if ( pMyManager ) in IMPL_LINK()
96 if ( pMyManager ) in IMPL_LINK()
97 pMyManager->CallDataReceived( this ); in IMPL_LINK()
[all …]
/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx136 void InvalidateManager() { pMyManager = NULL; } in InvalidateManager()
145 CommunicationManager* GetCommunicationManager(){ return pMyManager; } in GetCommunicationManager()
187 CommunicationManager *pMyManager; member in CommunicationLink
/trunk/main/automation/source/communi/
H A Dcommuni.cxx179 while ( pMyManager && aShutdownTimer.IsActive() ) in WaitForShutdown()

Completed in 24 milliseconds