diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-27 15:26:05 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-02-27 15:26:05 +0000 |
commit | e01e1940f4ce540d7ddfdbddab37f1127b1538c3 (patch) | |
tree | b7b1240585b07b0776520575c8e430634b8508b1 /TAO/tao/PICurrent_ORBInitializer.cpp | |
parent | 2c3b3931df6ccbf0242ed58a048a8687fa2b986f (diff) | |
download | ATCD-e01e1940f4ce540d7ddfdbddab37f1127b1538c3.tar.gz |
ChangeLogTag:Thu Feb 27 07:25:21 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/PICurrent_ORBInitializer.cpp')
-rw-r--r-- | TAO/tao/PICurrent_ORBInitializer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PICurrent_ORBInitializer.cpp b/TAO/tao/PICurrent_ORBInitializer.cpp index af5285453ba..10b1a08c834 100644 --- a/TAO/tao/PICurrent_ORBInitializer.cpp +++ b/TAO/tao/PICurrent_ORBInitializer.cpp @@ -1,5 +1,3 @@ -// -*- C++ -*- - #include "PICurrent_ORBInitializer.h" @@ -10,10 +8,12 @@ #include "PICurrent.h" #include "ORBInitInfo.h" + ACE_RCSID (TAO, PICurrent_ORBInitializer, "$Id$") + void TAO_PICurrent_ORBInitializer::pre_init ( PortableInterceptor::ORBInitInfo_ptr info @@ -28,7 +28,7 @@ TAO_PICurrent_ORBInitializer::pre_init ( TAO_PICurrent *tao_pi_current = 0; ACE_NEW_THROW_EX (tao_pi_current, - TAO_PICurrent (orb_core), + TAO_PICurrent, CORBA::NO_MEMORY ( CORBA::SystemException::_tao_minor_code ( TAO_DEFAULT_MINOR_CODE, @@ -42,7 +42,7 @@ TAO_PICurrent_ORBInitializer::pre_init ( // instance between all ORBs. info->register_initial_reference ("PICurrent", current.in () - ACE_ENV_ARG_PARAMETER); + ACE_ENV_ARG_PARAMETER); ACE_CHECK; // Cache the downcasted pointer in the ORB Core. |