summaryrefslogtreecommitdiff
path: root/ACEXML/compass/Container.inl
blob: fe8ef2c94b9b32a156fde9a9d247d258fc708a9d (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
// $Id$

ACE_INLINE ComponentServer*
Container::get_component_server()
{
  return this->parent_;
}

ACE_INLINE CCMHomes*
Container::get_homes()
{
  return this->homes_;
}

ACE_INLINE ConfigValues*
Container::get_configuration()
{
  return this->config_;
}

ACE_INLINE void
Container::set_configuration (ConfigValues* config)
{
  this->config_ = config;
}