Rudiments
client.h
1 // Copyright (c) 2002 David Muse
2 // See the COPYING file for more information.
3 
4  protected:
5  char **_connecterror();
6  long _timeoutsec();
7  long _timeoutusec();
8  unsigned long _retrywait();
9  unsigned long _retrycount();
10 
11  void initialize(char *connecterror,
12  long timeoutsec,
13  long timeoutusec,
14  unsigned long retrywait,
15  unsigned long retrycount);
16  void clientClone(const client &c);
17 
18  private:
19  clientprivate *pvt;