summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/RTComponentServer/RTConfig_Manager.inl
blob: c5bd1c58a8dbf344f805a64219e308ec38ef42f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// $Id$

ACE_INLINE
CIAO::RTResource_Config_Manager::RTResource_Config_Manager (RTCORBA::RTORB_ptr orb)
  : rtorb_ (RTCORBA::RTORB::_duplicate (orb))
{
}

ACE_INLINE
CIAO::RTResource_Config_Manager::~RTResource_Config_Manager ()
{
}

ACE_INLINE
CIAO::RTPolicy_Set_Manager::RTPolicy_Set_Manager
(CIAO::RTResource_Config_Manager &resource_config,
 CORBA::ORB_ptr orb,
 RTCORBA::RTORB_ptr rtorb)
  : resource_manager_ (resource_config),
    orb_ (CORBA::ORB::_duplicate (orb)),
    rtorb_ (RTCORBA::RTORB::_duplicate (rtorb))

{
}

ACE_INLINE
CIAO::RTPolicy_Set_Manager::~RTPolicy_Set_Manager ()
{
}