Rudiments
inetsocketutil.h
1 // Copyright (c) 2002 David Muse
2 // See the COPYING file for more information.
3 
4 #ifndef RUDIMENTS_INETSOCKETUTIL_H
5 #define RUDIMENTS_INETSOCKETUTIL_H
6 
7 #include <rudiments/private/inetsocketutilincludes.h>
8 
9 class inetsocketutilprivate;
10 
13 class RUDIMENTS_DLLSPEC inetsocketutil {
14  public:
15 
18 
22 
25  inetsocketutil &operator=(const inetsocketutil &i);
26 
28  virtual ~inetsocketutil();
29 
34  void initialize(const char *address, uint16_t port);
35 
36  #include <rudiments/private/inetsocketutil.h>
37 };
38 
39 #endif
Definition: inetsocketutil.h:13