Rudiments
Main Page
Classes
include
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
#ifdef RUDIMENTS_NAMESPACE
10
namespace
rudiments {
11
#endif
12
13
class
inetsocketutilprivate;
14
17
class
RUDIMENTS_DLLSPEC
inetsocketutil
{
18
public
:
19
21
inetsocketutil
();
22
25
inetsocketutil
(
const
inetsocketutil
&i);
26
29
inetsocketutil
&operator=(
const
inetsocketutil
&i);
30
32
virtual
~
inetsocketutil
();
33
38
void
initialize(
const
char
*address, uint16_t port);
39
40
#include <rudiments/private/inetsocketutil.h>
41
};
42
43
#ifdef RUDIMENTS_NAMESPACE
44
}
45
#endif
46
47
#endif
Generated on Wed Aug 1 2012 18:51:46 for Rudiments by
1.8.1.1