summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp')
-rw-r--r--TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp b/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp
index f4057618a36..cf627cbe67e 100644
--- a/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp
+++ b/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp
@@ -20,7 +20,9 @@
#include "Servant_Activator.h"
#include "test_i.h"
-ACE_RCSID(On_Demand_Activation, Servant_Activator, "$Id$")
+ACE_RCSID (On_Demand_Activation,
+ Servant_Activator,
+ "$Id$")
ServantActivator::ServantActivator (CORBA::ORB_ptr orb)
: orb_ (CORBA::ORB::_duplicate (orb))