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
commite343816cf867af528253d4a4df64e5d7d70aaccd (patch)
tree0aa294aa36a66b318585ec73a13bbc20e18e2bc6 /TAO/tao/FILE_Parser.cpp
parent466fe2ac4e5f9b7ae85d47609bc0f56fd3014b39 (diff)
downloadATCD-e343816cf867af528253d4a4df64e5d7d70aaccd.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;
}