summaryrefslogtreecommitdiff
path: root/apps/JAWS/PROTOTYPE/HTTPU/http_status.i
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-18 06:26:26 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-18 06:26:26 +0000
commitd360daade3092325ef5f52ce3c47dcf0c8203420 (patch)
treee5b68dd2438d5cfa38e6e8ce86141eab5649ffd4 /apps/JAWS/PROTOTYPE/HTTPU/http_status.i
parented67745cca9e57fed8a39610d930a9d6fda6fa44 (diff)
downloadATCD-TAO-0_2_52.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-0_2_52'.TAO-0_2_52
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)
-{
-}