Public Member Functions | |
virtual wxConnectionBase * | OnAcceptConnection (const wxString &topic) |
Definition at line 551 of file camelot.cpp.
|
Definition at line 554 of file camelot.cpp. 00555 { 00556 if (topic != camIPC_START) 00557 return NULL; 00558 else 00559 return new CamIPCConnection; 00560 }
|