diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-01-30 15:01:17 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-01-30 15:01:17 +0000 |
commit | 2f8e3a3831d1b99157c77deda5277109bce19836 (patch) | |
tree | 6c75afb92c7be990454c9109364b4d717a2234c9 /TAO/tao/HTTP_Parser.cpp | |
parent | 381d276b94b1bc0937c0eda8e87548a8e4c6cd9d (diff) | |
download | ATCD-2f8e3a3831d1b99157c77deda5277109bce19836.tar.gz |
Fri Jan 30 14:52:30 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/HTTP_Parser.cpp')
-rw-r--r-- | TAO/tao/HTTP_Parser.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/HTTP_Parser.cpp b/TAO/tao/HTTP_Parser.cpp index f46e75376df..50ed7114ec0 100644 --- a/TAO/tao/HTTP_Parser.cpp +++ b/TAO/tao/HTTP_Parser.cpp @@ -126,8 +126,6 @@ TAO_HTTP_Parser::parse_string (const char *nior, return orb->string_to_object (string.c_str()); } -TAO_END_VERSIONED_NAMESPACE_DECL - ACE_STATIC_SVC_DEFINE (TAO_HTTP_Parser, ACE_TEXT ("HTTP_Parser"), ACE_SVC_OBJ_T, @@ -138,4 +136,7 @@ ACE_STATIC_SVC_DEFINE (TAO_HTTP_Parser, ACE_FACTORY_DEFINE (TAO, TAO_HTTP_Parser) +TAO_END_VERSIONED_NAMESPACE_DECL + + #endif /* TAO_HAS_HTTP_PARSER == 1 */ |