summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBANAME_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBANAME_Parser.h')
-rw-r--r--TAO/tao/CORBANAME_Parser.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/CORBANAME_Parser.h b/TAO/tao/CORBANAME_Parser.h
index 72da515ac70..696239a07b3 100644
--- a/TAO/tao/CORBANAME_Parser.h
+++ b/TAO/tao/CORBANAME_Parser.h
@@ -47,15 +47,13 @@ public:
// IOR_Parser.h
virtual bool match_prefix (const char *ior_string) const;
virtual CORBA::Object_ptr parse_string (const char *ior,
- CORBA::ORB_ptr orb)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::ORB_ptr orb);
private:
virtual CORBA::Object_ptr
parse_string_dynamic_request_helper (CORBA::Object_ptr naming_context,
ACE_CString &key_string
- )
- ACE_THROW_SPEC ((CORBA::SystemException));
+ );
};
TAO_END_VERSIONED_NAMESPACE_DECL