summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Plan_Launcher/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/DAnCE/Plan_Launcher/launcher.cpp')
-rw-r--r--modules/CIAO/DAnCE/Plan_Launcher/launcher.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/CIAO/DAnCE/Plan_Launcher/launcher.cpp b/modules/CIAO/DAnCE/Plan_Launcher/launcher.cpp
new file mode 100644
index 00000000000..1de14bb9398
--- /dev/null
+++ b/modules/CIAO/DAnCE/Plan_Launcher/launcher.cpp
@@ -0,0 +1,11 @@
+// $Id$
+
+#include "ace/OS_main.h"
+#include "Plan_Launcher.h"
+
+int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
+{
+ return DAnCE::Plan_Launcher::run_main_implementation (argc, argv);
+}
+
+