Searched refs:CommunicationManagerServerAcceptThread (Results 1 – 3 of 3) sorted by relevance
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
38 class CommunicationManagerServerAcceptThread;114 friend class CommunicationManagerServerAcceptThread;129 CommunicationManagerServerAcceptThread *pAcceptThread;133 class AUTOMATION_DLLPUBLIC CommunicationManagerServerAcceptThread: public vos::OThread class136 …CommunicationManagerServerAcceptThread( CommunicationManagerServerViaSocket* pServer, sal_uLong nP…137 virtual ~CommunicationManagerServerAcceptThread();
124 class CommunicationManagerServerAcceptThread;131 friend class CommunicationManagerServerAcceptThread;
Completed in 24 milliseconds