Rudiments
client.h
1 // Copyright (c) 2002 David Muse
2 // See the COPYING file for more information.
3 
4 #ifndef RUDIMENTS_CLIENT_H
5 #define RUDIMENTS_CLIENT_H
6 
7 #include <rudiments/private/clientincludes.h>
8 
9 class clientprivate;
10 
13 class RUDIMENTS_DLLSPEC client : public filedescriptor {
14  public:
16  client();
17 
20  client(const client &c);
21 
24  client &operator=(const client &c);
25 
27  virtual ~client();
28 
34  virtual void initialize(constnamevaluepairs *cd);
35 
46  virtual int32_t connect();
47 
51  virtual const char *getVerboseConnectError();
52 
54  virtual void setVerboseConnectError(const char *error);
55 
56  #include <rudiments/private/client.h>
57 };
58 
59 #endif
Definition: client.h:13
filedescriptor & operator=(const filedescriptor &f)
Definition: error.h:10
Definition: filedescriptor.h:14