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 class unixsocketutilprivate;
10 
13 class RUDIMENTS_DLLSPEC unixsocketutil {
14  public:
15 
18 
22 
25  unixsocketutil &operator=(const unixsocketutil &u);
26 
28  virtual ~unixsocketutil();
29 
34  void initialize(const char *filename);
35 
36  #include <rudiments/private/unixsocketutil.h>
37 };
38 
39 #endif