summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/ComponentServer/Configurators/Config_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/ComponentServer/Configurators/Config_Manager.cpp')
-rw-r--r--modules/CIAO/ciao/ComponentServer/Configurators/Config_Manager.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/CIAO/ciao/ComponentServer/Configurators/Config_Manager.cpp b/modules/CIAO/ciao/ComponentServer/Configurators/Config_Manager.cpp
new file mode 100644
index 00000000000..bfab13b286d
--- /dev/null
+++ b/modules/CIAO/ciao/ComponentServer/Configurators/Config_Manager.cpp
@@ -0,0 +1,12 @@
+// $Id$
+#include "Config_Manager.h"
+
+namespace CIAO
+{
+ namespace Deployment
+ {
+ Config_Manager::~Config_Manager (void)
+ {
+ }
+ }
+}