/[LeafOK_CVS]/innwebd/base.h
ViewVC logotype

Diff of /innwebd/base.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.5 by sysadm, Sat Aug 28 14:30:03 2004 UTC Revision 1.6 by sysadm, Sat Aug 28 15:38:42 2004 UTC
# Line 73  protected: Line 73  protected:
73          virtual int s_connect(const char* hostname, unsigned int port) = 0;          virtual int s_connect(const char* hostname, unsigned int port) = 0;
74          virtual int s_close(void) = 0;          virtual int s_close(void) = 0;
75          int s_send(const char* in_str, bool auto_endl = true);          int s_send(const char* in_str, bool auto_endl = true);
76          int s_receive(CString& out_str, const char* end_str="\n");          int s_receive(CString& out_str, char end_str[] = "\r");
77          int s_exec(const char* in_str, CString& out_str, const char* end_str="\n");          int s_exec(const char* in_str, CString& out_str, char end_str[] = "\r");
78          virtual bool IsShutdown(void);          virtual bool IsShutdown(void);
79          virtual int Shutdown(void);          virtual int Shutdown(void);
80          virtual int Startup(void);          virtual int Startup(void);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1