summaryrefslogtreecommitdiff
path: root/tests/Two_Objects/Object_Factory_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Two_Objects/Object_Factory_i.cpp')
-rw-r--r--tests/Two_Objects/Object_Factory_i.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/Two_Objects/Object_Factory_i.cpp b/tests/Two_Objects/Object_Factory_i.cpp
index 426ab1c5052..b7775ca7721 100644
--- a/tests/Two_Objects/Object_Factory_i.cpp
+++ b/tests/Two_Objects/Object_Factory_i.cpp
@@ -7,9 +7,6 @@
#include "Object_Factory_i.h"
#include "ace/Synch.h"
-ACE_RCSID(Test, Test, "$Id$")
-
-
Object_Factory_i::Object_Factory_i (CORBA::ORB_ptr orb, CORBA::ULong len)
: orb_ (CORBA::ORB::_duplicate (orb)),
length_(len)
@@ -31,8 +28,8 @@ Object_Factory_i::create_first (void)
CORBA::Object_var poa_object =
this->orb_->resolve_initial_references("RootPOA");
- PortableServer::POA_var root_poa =
- PortableServer::POA::_narrow (poa_object.in ());
+ PortableServer::POA_var root_poa =
+ PortableServer::POA::_narrow (poa_object.in ());
PortableServer::ObjectId_var id =
root_poa->activate_object (first_impl);
@@ -61,8 +58,8 @@ Object_Factory_i::create_second (void)
CORBA::Object_var poa_object =
this->orb_->resolve_initial_references("RootPOA");
- PortableServer::POA_var root_poa =
- PortableServer::POA::_narrow (poa_object.in ());
+ PortableServer::POA_var root_poa =
+ PortableServer::POA::_narrow (poa_object.in ());
PortableServer::ObjectId_var id =
root_poa->activate_object (second_impl);