Searched refs:CommunicationManagerServerAcceptThread (Results 1 – 3 of 3) sorted by relevance
37 class CommunicationManagerServerAcceptThread;113 friend class CommunicationManagerServerAcceptThread;128 CommunicationManagerServerAcceptThread *pAcceptThread;132 class CommunicationManagerServerAcceptThread: public vos::OThread class135 …CommunicationManagerServerAcceptThread( CommunicationManagerServerViaSocket* pServer, sal_uLong nP…136 virtual ~CommunicationManagerServerAcceptThread();
123 class CommunicationManagerServerAcceptThread;130 friend class CommunicationManagerServerAcceptThread;
422 …pAcceptThread = new CommunicationManagerServerAcceptThread( this, nPortToListen, nMaxConnections ); in StartCommunication()444 CommunicationManagerServerAcceptThread::CommunicationManagerServerAcceptThread( CommunicationManage… in CommunicationManagerServerAcceptThread() function in CommunicationManagerServerAcceptThread458 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 50 milliseconds