summaryrefslogtreecommitdiff
path: root/ACEXML/compass/Container.cpp
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-12 15:37:21 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-12 15:37:21 +0000
commit7c78f8ab9e51c790aa2eb48ef20ac15edef353d4 (patch)
treeab18d5272b5fa06ce924516bfcf4fa2e4d8476b5 /ACEXML/compass/Container.cpp
parentaef782d30e2a570e8dd831e1ae5c3e3e60d11b0f (diff)
downloadATCD-Validator.tar.gz
ChangeLogTag: Fri Jan 24 20:28:22 2003 Krishnakumar B <kitty@insanely.long.id.truncated>Validator
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