Rudiments
|
00001 // Copyright (c) 2002 David Muse 00002 // See the COPYING file for more information. 00003 00004 #ifndef RUDIMENTS_INETSOCKETUTIL_H 00005 #define RUDIMENTS_INETSOCKETUTIL_H 00006 00007 #include <rudiments/private/inetsocketutilincludes.h> 00008 00009 #ifdef RUDIMENTS_NAMESPACE 00010 namespace rudiments { 00011 #endif 00012 00013 class inetsocketutilprivate; 00014 00017 class RUDIMENTS_DLLSPEC inetsocketutil { 00018 public: 00019 00021 inetsocketutil(); 00022 00025 inetsocketutil(const inetsocketutil &i); 00026 00029 inetsocketutil &operator=(const inetsocketutil &i); 00030 00032 virtual ~inetsocketutil(); 00033 00038 void initialize(const char *address, uint16_t port); 00039 00040 #include <rudiments/private/inetsocketutil.h> 00041 }; 00042 00043 #ifdef RUDIMENTS_NAMESPACE 00044 } 00045 #endif 00046 00047 #endif