Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dserver.cxx874 pServiceMgr = NULL; in ImplRemoteControl()
878 pServiceMgr = new RemoteControlCommunicationManager( m_pDbgWin ); in ImplRemoteControl()
880 pServiceMgr = new RemoteControlCommunicationManager(); in ImplRemoteControl()
882 pServiceMgr->SetDataReceivedHdl( LINK( this, ImplRemoteControl, QueCommandsEvent ) ); in ImplRemoteControl()
883 pServiceMgr->StartCommunication(); in ImplRemoteControl()
922 if ( pServiceMgr ) in ~ImplRemoteControl()
923 pServiceMgr->StopCommunication(); in ~ImplRemoteControl()
947 delete pServiceMgr; in ~ImplRemoteControl()
/trunk/main/automation/source/inc/
H A Dtesttool.hxx64 CommunicationManager *pServiceMgr; member in ImplRemoteControl
/trunk/main/svtools/inc/svtools/
H A Dtesttool.hxx67 CommunicationManager *pServiceMgr; member in RemoteControl