Rudiments
inetsocketclient.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
6 return *this;
7 }
8
9 private:
10 int32_t connect(const char *host);
11
12 inetsocketclientprivate *pvt;
Definition inetsocketclient.h:16