summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/Factory/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/Factory/main.cpp')
-rw-r--r--TAO/orbsvcs/examples/CosEC/Factory/main.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/Factory/main.cpp b/TAO/orbsvcs/examples/CosEC/Factory/main.cpp
new file mode 100644
index 00000000000..f705e7613be
--- /dev/null
+++ b/TAO/orbsvcs/examples/CosEC/Factory/main.cpp
@@ -0,0 +1,11 @@
+// -*- C++ -*-
+// $Id$
+
+#include "FactoryDriver.h"
+
+int
+main (int argc, char *argv [])
+{
+ FactoryDriver driver;
+ driver.start (argc, argv);
+}