summaryrefslogtreecommitdiff
path: root/TAO/tao/FILE_Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/FILE_Parser.cpp')
-rw-r--r--TAO/tao/FILE_Parser.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/FILE_Parser.cpp b/TAO/tao/FILE_Parser.cpp
index 479f06a2d5c..7c1ff3dced7 100644
--- a/TAO/tao/FILE_Parser.cpp
+++ b/TAO/tao/FILE_Parser.cpp
@@ -38,7 +38,6 @@ CORBA::Object_ptr
TAO_FILE_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.
@@ -65,7 +64,7 @@ TAO_FILE_Parser::parse_string (const char *ior,
reader.alloc ()->free (string);
}
- catch ( ::CORBA::Exception&)
+ catch (const ::CORBA::Exception&)
{
reader.alloc ()->free (string);
throw;