summaryrefslogtreecommitdiff
path: root/TAO/tao/FILE_Parser.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-18 23:34:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-18 23:34:30 +0000
commit0ea115da5018b4d8df581c855c38c122f2898a2a (patch)
tree0aa294aa36a66b318585ec73a13bbc20e18e2bc6 /TAO/tao/FILE_Parser.cpp
parentb83ae76e66b8b36ac66d9eea329fbc8d014947d6 (diff)
downloadATCD-0ea115da5018b4d8df581c855c38c122f2898a2a.tar.gz
ChangeLogTag:Fri May 18 16:30:57 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/FILE_Parser.cpp')
-rw-r--r--TAO/tao/FILE_Parser.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/FILE_Parser.cpp b/TAO/tao/FILE_Parser.cpp
index dac5e6ad46a..5b97b90919e 100644
--- a/TAO/tao/FILE_Parser.cpp
+++ b/TAO/tao/FILE_Parser.cpp
@@ -30,8 +30,8 @@ TAO_FILE_Parser::match_prefix (const char *ior_string) const
CORBA::Object_ptr
TAO_FILE_Parser::parse_string (const char *ior,
- CORBA::ORB_ptr orb,
- CORBA::Environment &ACE_TRY_ENV)
+ CORBA::ORB_ptr orb,
+ CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Skip the prefix, we know it is there because this method in only
@@ -65,6 +65,7 @@ TAO_FILE_Parser::parse_string (const char *ior,
ACE_RE_THROW;
}
ACE_ENDTRY;
+ ACE_CHECK_RETURN (CORBA::Object::_nil ());
return object;
}