summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Daemon/Daemon_Impl.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Daemon/Daemon_Impl.inl')
-rw-r--r--TAO/CIAO/tools/Daemon/Daemon_Impl.inl12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/CIAO/tools/Daemon/Daemon_Impl.inl b/TAO/CIAO/tools/Daemon/Daemon_Impl.inl
deleted file mode 100644
index e2b4e9b3564..00000000000
--- a/TAO/CIAO/tools/Daemon/Daemon_Impl.inl
+++ /dev/null
@@ -1,12 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-ACE_INLINE
-CIAO::Daemon_Impl::Daemon_Impl (const char *name,
- CORBA::ORB_ptr o,
- PortableServer::POA_ptr p)
- : orb_ (CORBA::ORB::_duplicate (o)),
- poa_ (PortableServer::POA::_duplicate (p)),
- name_ (CORBA::string_dup (name))
-{
-}