23 #include "wxgis/net/network.h"
24 #include "wxgissrv/srv_net/net.h"
45 virtual void SetSocket(wxSocketBase* sock);
46 virtual bool Destroy(
void);
53 virtual void OnSocketEvent(wxSocketEvent& event);
54 void OnTimer( wxTimerEvent & event);
56 virtual void ProcessInputNetMessage(
unsigned char *
const buff);
72 virtual bool Start(
void) = 0;
73 virtual bool Stop(
void) = 0;
74 virtual wxString GetServerName(
void)
const = 0;
75 virtual bool CanConnect(
const wxString &sName,
const wxString &sPass) = 0;
The network service base interface class.
Definition: netconn.h:68
The network server connection interface class.
Definition: netconn.h:33