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 
11 class RUDIMENTS_DLLSPEC inetsocketutil {
12  public:
13 
16 
20 
23  inetsocketutil &operator=(const inetsocketutil &i);
24 
26  virtual ~inetsocketutil();
27 
32  void initialize(const char *address, uint16_t port);
33 
34  #include <rudiments/private/inetsocketutil.h>
35 };
36 
37 #endif
Definition: inetsocketutil.h:11