summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/RTComponentServer/ComponentServer_Task.inl
blob: 1c670eebbca986faf33096e6862b627328c42ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- C++ -*-   $Id$

ACE_INLINE
CIAO::ComponentServer_Task::ComponentServer_Task (ACE_Thread_Manager &tm,
                                                  CORBA::ORB_ptr o,
                                                  CIAO::ComponentServer_Task::Options &opts)
  : ACE_Task_Base (&tm),
    orb_ (CORBA::ORB::_duplicate (o)),
    options_ (opts)
{ 
}