diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-09-03 06:00:45 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-09-03 06:00:45 +0000 |
commit | 4cc66bca1246335c8bc53595499d3ca4301f7b37 (patch) | |
tree | a2a5cd600c2ee1eeb991f4a4854115ebfb70916c /TAO/tao/ORBInitializer_Registry.cpp | |
parent | 36fb06ddece99a6208807c8c3a3f48daedac91f8 (diff) | |
download | ATCD-4cc66bca1246335c8bc53595499d3ca4301f7b37.tar.gz |
ChangeLogTag:Thu Sep 2 22:21:35 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ORBInitializer_Registry.cpp')
-rw-r--r-- | TAO/tao/ORBInitializer_Registry.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/ORBInitializer_Registry.cpp b/TAO/tao/ORBInitializer_Registry.cpp index 55ee065b5eb..4a7aa25a200 100644 --- a/TAO/tao/ORBInitializer_Registry.cpp +++ b/TAO/tao/ORBInitializer_Registry.cpp @@ -4,6 +4,7 @@ #include "TAO_Singleton.h" #include "ORB_Constants.h" #include "TAO_Singleton_Manager.h" +#include "SystemException.h" #include "ace/Static_Object_Lock.h" @@ -73,7 +74,7 @@ TAO_ORBInitializer_Registry::register_orb_initializer ( else ACE_THROW (CORBA::INV_OBJREF ( CORBA::SystemException::_tao_minor_code ( - TAO_DEFAULT_MINOR_CODE, + 0, EINVAL), CORBA::COMPLETED_NO)); } |