summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser.h')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser.h b/TAO/tao/GIOP_Message_Generator_Parser.h
index bee6b9d2a62..2bb432ebf57 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser.h
+++ b/TAO/tao/GIOP_Message_Generator_Parser.h
@@ -20,7 +20,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/SystemException.h"
+#include "tao/Basic_Types.h"
+#include "tao/TAO_Export.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -65,9 +66,7 @@ public:
/// Write the reply header in to @a output
virtual bool write_reply_header (
TAO_OutputCDR &output,
- TAO_Pluggable_Reply_Params_Base &reply
- )
- ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
+ TAO_Pluggable_Reply_Params_Base &reply) = 0;
/// Writes the locate _reply message in to the @a output
virtual bool write_locate_reply_mesg (
@@ -86,8 +85,7 @@ public:
/// Parse the Loacte Request Header from the incoming stream. This will do a
/// version specific parsing of the incoming Request header
- virtual int parse_locate_header (
- TAO_GIOP_Locate_Request_Header &) = 0;
+ virtual int parse_locate_header (TAO_GIOP_Locate_Request_Header &) = 0;
/// Parse the reply message
virtual int parse_reply (TAO_InputCDR &input,