Home
last modified time | relevance | path

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

/aoo41x/main/automation/inc/automation/
H A Dcommuni.hxx37 class CommunicationManagerServerAcceptThread;
113 friend class CommunicationManagerServerAcceptThread;
128 CommunicationManagerServerAcceptThread *pAcceptThread;
132 class CommunicationManagerServerAcceptThread: public vos::OThread class
135CommunicationManagerServerAcceptThread( CommunicationManagerServerViaSocket* pServer, sal_uLong nP…
136 virtual ~CommunicationManagerServerAcceptThread();
H A Dsimplecm.hxx123 class CommunicationManagerServerAcceptThread;
130 friend class CommunicationManagerServerAcceptThread;
/aoo41x/main/automation/source/communi/
H A Dcommuni.cxx422 …pAcceptThread = new CommunicationManagerServerAcceptThread( this, nPortToListen, nMaxConnections ); in StartCommunication()
444 CommunicationManagerServerAcceptThread::CommunicationManagerServerAcceptThread( CommunicationManage… in CommunicationManagerServerAcceptThread() function in CommunicationManagerServerAcceptThread
458 CommunicationManagerServerAcceptThread::~CommunicationManagerServerAcceptThread() in ~CommunicationManagerServerAcceptThread()
495 void CommunicationManagerServerAcceptThread::run() in run()
533 …onnectionEventId = GetpApp()->PostUserEvent( LINK( this, CommunicationManagerServerAcceptThread, A… in run()
554 IMPL_LINK( CommunicationManagerServerAcceptThread, AddConnection, void*, EMPTYARG ) in IMPL_LINK() argument

Completed in 24 milliseconds