summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/ComponentInstallation_Impl.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/ComponentInstallation_Impl.inl')
-rw-r--r--TAO/CIAO/ciao/ComponentInstallation_Impl.inl11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/CIAO/ciao/ComponentInstallation_Impl.inl b/TAO/CIAO/ciao/ComponentInstallation_Impl.inl
deleted file mode 100644
index 856817bf70c..00000000000
--- a/TAO/CIAO/ciao/ComponentInstallation_Impl.inl
+++ /dev/null
@@ -1,11 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-ACE_INLINE
-CIAO::ComponentInstallation_Impl::ComponentInstallation_Impl (CORBA::ORB_ptr o,
- PortableServer::POA_ptr p)
- : orb_ (CORBA::ORB::_duplicate (o)),
- poa_ (PortableServer::POA::_duplicate (p)),
- installation_ (0)
-{
-}