summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet/Response.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/INet/Response.cpp')
-rw-r--r--ACE/protocols/ace/INet/Response.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/ACE/protocols/ace/INet/Response.cpp b/ACE/protocols/ace/INet/Response.cpp
new file mode 100644
index 00000000000..bc12826090a
--- /dev/null
+++ b/ACE/protocols/ace/INet/Response.cpp
@@ -0,0 +1,21 @@
+// $Id$
+
+#include "ace/INet/Response.h"
+
+
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+namespace ACE
+{
+ namespace INet
+ {
+
+ Response::Response () {}
+
+ Response::~Response () {}
+
+ }
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL