summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS2/HTTPU/http_response.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS2/HTTPU/http_response.inl')
-rw-r--r--ACE/apps/JAWS2/HTTPU/http_response.inl23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/apps/JAWS2/HTTPU/http_response.inl b/ACE/apps/JAWS2/HTTPU/http_response.inl
new file mode 100644
index 00000000000..9f4eb0d244f
--- /dev/null
+++ b/ACE/apps/JAWS2/HTTPU/http_response.inl
@@ -0,0 +1,23 @@
+// -*- c++ -*-
+// $Id$
+
+#if !defined (ACE_HAS_INLINED_OSCALLS)
+# undef ACE_INLINE
+# define ACE_INLINE
+#endif /* ACE_HAS_INLINED_OSCALLS */
+
+ACE_INLINE
+HTTP_Response::HTTP_Response (void)
+{
+}
+
+ACE_INLINE
+HTTP_Response::~HTTP_Response (void)
+{
+}
+
+ACE_INLINE Parse_HTTP_Response *
+HTTP_Response::response_line (void)
+{
+ return &(this->response_);
+}