summaryrefslogtreecommitdiff
path: root/ACEXML/compass/ComponentServer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/ComponentServer.inl')
-rw-r--r--ACEXML/compass/ComponentServer.inl27
1 files changed, 0 insertions, 27 deletions
diff --git a/ACEXML/compass/ComponentServer.inl b/ACEXML/compass/ComponentServer.inl
deleted file mode 100644
index 65dd132782a..00000000000
--- a/ACEXML/compass/ComponentServer.inl
+++ /dev/null
@@ -1,27 +0,0 @@
-// $Id$
-
-using namespace Deployment;
-
-ACE_INLINE ServerActivator*
-ComponentServer::get_server_activator (void)
-{
- return this->activator_;
-}
-
-ACE_INLINE Containers*
-ComponentServer::get_containers (void)
-{
- return this->containers_;
-}
-
-ACE_INLINE const ConfigValues*
-ComponentServer::get_configuration (void)
-{
- return this->config_;
-}
-
-ACE_INLINE void
-ComponentServer::set_configuration (ConfigValues* config)
-{
- this->config_ = config;
-}