diff options
Diffstat (limited to 'ACEXML/compass/Container.inl')
-rw-r--r-- | ACEXML/compass/Container.inl | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ACEXML/compass/Container.inl b/ACEXML/compass/Container.inl deleted file mode 100644 index fe8ef2c94b9..00000000000 --- a/ACEXML/compass/Container.inl +++ /dev/null @@ -1,25 +0,0 @@ -// $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; -} |