Searched refs:m_connection (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dremhelp.cpp93 m_connection = NULL;
145 // if (!m_connection->Poke( wxT("--YouAreDead"), wxT("") ) )
151 m_connection->Disconnect();
152 delete m_connection;
183 m_connection = (rhhcConnection *)m_client->MakeConnection(hostName, m_service, wxT("HELP") );
218 m_connection = (rhhcConnection *)m_client->MakeConnection(hostName, m_service, wxT("HELP") );
222 if (!m_connection->StartAdvise(wxT("Item"))) {
325 if (!m_connection->Execute( helpfile, -1 ) )
339 if (!m_connection->Execute( intstring, -1 ) )
351 if (!m_connection
[all...]
H A Dremhelp.h79 rhhcConnection *m_connection; member in class:wxRemoteHtmlHelpController
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dserver.h94 bool IsConnected() { return m_connection != NULL; };
95 MyConnection *GetConnection() { return m_connection; };
97 bool CanAdvise() { return m_connection != NULL && !m_connection->m_sAdvise.IsEmpty(); };
101 MyConnection *m_connection; member in class:MyServer
H A Dserver.cpp245 m_connection = NULL;
259 m_connection = new MyConnection();
262 return m_connection;
270 if (m_connection)
272 m_connection->Disconnect();
273 delete m_connection;
274 m_connection = NULL;
285 m_connection->Advise(m_connection->m_sAdvise, (wxChar *)s.c_str());
287 m_connection
[all...]
H A Dclient.h102 bool IsConnected() { return m_connection != NULL; };
103 MyConnection *GetConnection() { return m_connection; };
106 MyConnection *m_connection; member in class:MyClient
H A Dclient.cpp378 m_connection = NULL;
386 m_connection = (MyConnection *)MakeConnection(sHost, sService, sTopic);
387 return m_connection != NULL;
397 if (m_connection)
399 m_connection->Disconnect();
400 delete m_connection;
401 m_connection = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/MacOSX/cocoa-mule/
H A DAppController.h17 ECRemoteConnection *m_connection; variable
H A DamuleData.h155 ECRemoteConnection *m_connection; variable
H A DEC.h163 ECRemoteConnection *m_connection; variable

Completed in 90 milliseconds