Searched refs:GetConnection (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dclient.cpp323 m_client->GetConnection()->StartAdvise(_T("something"));
328 m_client->GetConnection()->StopAdvise(_T("something"));
337 m_client->GetConnection()->Execute((wxChar *)s.c_str());
338 m_client->GetConnection()->Execute((wxChar *)s.c_str(), (s.Length() + 1) * sizeof(wxChar));
344 m_client->GetConnection()->Execute((wxChar *)bytes, 3, wxIPC_PRIVATE);
353 m_client->GetConnection()->Poke(_T("Date"), (wxChar *)s.c_str());
355 m_client->GetConnection()->Poke(_T("Date"), (wxChar *)s.c_str(), (s.Length() + 1) * sizeof(wxChar));
358 m_client->GetConnection()->Poke(_T("bytes[3]"), (wxChar *)bytes, 3, wxIPC_PRIVATE);
367 m_client->GetConnection()->Request(_T("Date"));
368 m_client->GetConnection()
[all...]
H A Dclient.h103 MyConnection *GetConnection() { return m_connection; }; function in class:MyClient
H A Dserver.h95 MyConnection *GetConnection() { return m_connection; }; function in class:MyServer

Completed in 115 milliseconds