diff options
Diffstat (limited to 'TAO/tao/HTTP_Parser.cpp')
-rw-r--r-- | TAO/tao/HTTP_Parser.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/HTTP_Parser.cpp b/TAO/tao/HTTP_Parser.cpp index 3453287349e..9cc6d00e739 100644 --- a/TAO/tao/HTTP_Parser.cpp +++ b/TAO/tao/HTTP_Parser.cpp @@ -4,12 +4,14 @@ #include "tao/HTTP_Client.h" #include "tao/ORB.h" #include "tao/Object.h" +#include "tao/SystemException.h" #include "ace/Read_Buffer.h" #include "ace/Malloc_Base.h" #include "ace/Log_Msg.h" #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_string.h" +#include "ace/CORBA_macros.h" ACE_RCSID (tao, HTTP_Parser, @@ -36,7 +38,6 @@ CORBA::Object_ptr TAO_HTTP_Parser::parse_string (const char *ior, CORBA::ORB_ptr orb ) - ACE_THROW_SPEC ((CORBA::SystemException)) { // Skip the prefix, we know it is there because this method in only // called if <match_prefix> returns 1. |