diff options
Diffstat (limited to 'apps/JAWS2/HTTPU/http_response.i')
-rw-r--r-- | apps/JAWS2/HTTPU/http_response.i | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/apps/JAWS2/HTTPU/http_response.i b/apps/JAWS2/HTTPU/http_response.i deleted file mode 100644 index 9f4eb0d244f..00000000000 --- a/apps/JAWS2/HTTPU/http_response.i +++ /dev/null @@ -1,23 +0,0 @@ -// -*- 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_); -} |