summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_DynamicImplementation.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_DynamicImplementation.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_DynamicImplementation.i19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_DynamicImplementation.i b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_DynamicImplementation.i
deleted file mode 100644
index 2f1bff715f7..00000000000
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_DynamicImplementation.i
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE
-TAO_CEC_DynamicImplementationServer::TAO_CEC_DynamicImplementationServer
- (PortableServer::POA_ptr poa,
- TAO_CEC_TypedProxyPushConsumer *typed_pp_consumer,
- TAO_CEC_TypedEventChannel *typed_event_channel)
- : poa_ (PortableServer::POA::_duplicate (poa)),
- typed_pp_consumer_ (typed_pp_consumer),
- typed_event_channel_ (typed_event_channel),
- repository_id_ (CORBA::string_dup (typed_event_channel->supported_interface () ))
-{
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL