CamIPCServer Class Reference

List of all members.

Public Member Functions

virtual wxConnectionBase * OnAcceptConnection (const wxString &topic)

Detailed Description

Definition at line 551 of file camelot.cpp.


Member Function Documentation

virtual wxConnectionBase* CamIPCServer::OnAcceptConnection const wxString &  topic  )  [inline, virtual]
 

Definition at line 554 of file camelot.cpp.

00555     {
00556         if (topic != camIPC_START)
00557             return NULL;
00558         else
00559             return new CamIPCConnection;
00560     }


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:51:49 2007 for Camelot by  doxygen 1.4.4