diff options
Diffstat (limited to 'TAO/CIAO/ciao/ServerActivator_Impl.inl')
-rw-r--r-- | TAO/CIAO/ciao/ServerActivator_Impl.inl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/CIAO/ciao/ServerActivator_Impl.inl b/TAO/CIAO/ciao/ServerActivator_Impl.inl index 919f5bbab58..845900c53db 100644 --- a/TAO/CIAO/ciao/ServerActivator_Impl.inl +++ b/TAO/CIAO/ciao/ServerActivator_Impl.inl @@ -2,16 +2,6 @@ // $Id$ ACE_INLINE -CIAO::Activator_Callback_Impl::Activator_Callback_Impl (CORBA::ORB_ptr o, - PortableServer::POA_ptr p, - ::Components::Deployment::ServerActivator_ptr s) - : orb_ (CORBA::ORB::_duplicate (o)), - poa_ (PortableServer::POA::_duplicate (p)), - activator_ (s) -{ -} - -ACE_INLINE CIAO::ServerActivator_Impl::ServerActivator_Impl (CORBA::ORB_ptr o, PortableServer::POA_ptr p) : orb_ (CORBA::ORB::_duplicate (o)), |