summaryrefslogtreecommitdiff
path: root/apps/JAWS/PROTOTYPE/HTTPU/http_status.i
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/PROTOTYPE/HTTPU/http_status.i')
-rw-r--r--apps/JAWS/PROTOTYPE/HTTPU/http_status.i24
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/JAWS/PROTOTYPE/HTTPU/http_status.i b/apps/JAWS/PROTOTYPE/HTTPU/http_status.i
deleted file mode 100644
index 6af946c39a7..00000000000
--- a/apps/JAWS/PROTOTYPE/HTTPU/http_status.i
+++ /dev/null
@@ -1,24 +0,0 @@
-// -*- c++ -*-
-// $Id$
-
-#if !defined (ACE_HAS_INLINED_OSCALLS)
-# undef ACE_INLINE
-# define ACE_INLINE
-#endif /* ACE_HAS_INLINED_OSCALLS */
-
-ACE_INLINE
-HTTP_SCode_Node::operator int (void) const
-{
- return this->code_;
-}
-
-ACE_INLINE
-HTTP_SCode_Node::operator const char * (void) const
-{
- return this->code_str_;
-}
-
-ACE_INLINE
-HTTP_SCode::~HTTP_SCode (void)
-{
-}