summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Daemon/Daemon_Impl.inl
blob: e2b4e9b35642b1822587009a3b3c1f7f8074eecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- 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))
{
}