diff options
Diffstat (limited to 'client/sock.h')
-rw-r--r-- | client/sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/sock.h b/client/sock.h index 792123e..5b62861 100644 --- a/client/sock.h +++ b/client/sock.h @@ -18,6 +18,7 @@ class PBSocket { public: PBSocket(); + //! Constructor that immediately calls \c set_server() PBSocket(const char * addr, uint16_t port); virtual ~PBSocket(); |