summaryrefslogtreecommitdiff
path: root/ACEXML/compass/Container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/Container.cpp')
-rw-r--r--ACEXML/compass/Container.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/ACEXML/compass/Container.cpp b/ACEXML/compass/Container.cpp
deleted file mode 100644
index 8be3fb6cd5e..00000000000
--- a/ACEXML/compass/Container.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$
-
-#include "ACEXML/compass/Container.h"
-
-static ACE_TCHAR empty_string[] = { 0 };
-
-using namespace Deployment;
-
-Container::Container (ComponentServer* server)
- : config_ (0), homes_ (0), parent_ (server)
-{}
-
-Container::~Container()
-{
- this->remove();
-}
-
-CCMHome*
-Container::install_home (const UUID& id, const string& entrypt,
- const ConfigValues* config)
- ACE_THROW_SPEC ((UnknownImplId, ImplEntryPointNotFound,
- InstallationFailure, InvalidConfiguration))
-{
- if (COMP_SER