Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/client.h
00001 // Copyright (c) 2002 David Muse
00002 // See the COPYING file for more information.
00003 
00004         protected:
00005                 char            **_connecterror();
00006                 long            _timeoutsec();
00007                 long            _timeoutusec();
00008                 unsigned long   _retrywait();
00009                 unsigned long   _retrycount();
00010 
00011                 void    initialize(char *connecterror,
00012                                         long timeoutsec,
00013                                         long timeoutusec,
00014                                         unsigned long retrywait,
00015                                         unsigned long retrycount);
00016                 void    clientClone(const client &c);
00017 
00018         private:
00019                 clientprivate   *pvt;