Rudiments
unixsocketutil.h
1 // Copyright (c) 2002 David Muse
2 // See the COPYING file for more information.
3 
4 #ifndef RUDIMENTS_UNIXSOCKETUTIL_H
5 #define RUDIMENTS_UNIXSOCKETUTIL_H
6 
7 #include <rudiments/private/unixsocketutilincludes.h>
8 
9 #ifdef RUDIMENTS_NAMESPACE
10 namespace rudiments {
11 #endif
12 
13 class unixsocketutilprivate;
14 
17 class RUDIMENTS_DLLSPEC unixsocketutil {
18  public:
19 
22 
26 
29  unixsocketutil &operator=(const unixsocketutil &u);
30 
32  virtual ~unixsocketutil();
33 
38  void initialize(const char *filename);
39 
40  #include <rudiments/private/unixsocketutil.h>
41 };
42 
43 #ifdef RUDIMENTS_NAMESPACE
44 }
45 #endif
46 
47 #endif