summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp
new file mode 100644
index 00000000000..361bb3cd465
--- /dev/null
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/ClientEngine.cpp
@@ -0,0 +1,12 @@
+// $Id$
+#include "ClientEngine.h"
+
+
+ClientEngine::ClientEngine()
+{
+}
+
+
+ClientEngine::~ClientEngine()
+{
+}