summaryrefslogtreecommitdiff
path: root/tests/POA/Forwarding/Servant_Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/POA/Forwarding/Servant_Activator.cpp')
-rw-r--r--tests/POA/Forwarding/Servant_Activator.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/POA/Forwarding/Servant_Activator.cpp b/tests/POA/Forwarding/Servant_Activator.cpp
index 49f4d0825bd..605a43debaf 100644
--- a/tests/POA/Forwarding/Servant_Activator.cpp
+++ b/tests/POA/Forwarding/Servant_Activator.cpp
@@ -3,10 +3,8 @@
#include "Servant_Activator.h"
#include "test_i.h"
-ACE_RCSID(Forwarding, Servant_Activator, "$Id$")
-
- ServantActivator::ServantActivator (CORBA::ORB_ptr orb,
- CORBA::Object_ptr forward_to)
+ServantActivator::ServantActivator (CORBA::ORB_ptr orb,
+ CORBA::Object_ptr forward_to)
: orb_ (CORBA::ORB::_duplicate (orb)),
forward_to_ (CORBA::Object::_duplicate (forward_to))
{