summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/DIOP/DIOP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/DIOP/DIOP.cpp')
-rw-r--r--TAO/examples/PluggableUDP/DIOP/DIOP.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP.cpp b/TAO/examples/PluggableUDP/DIOP/DIOP.cpp
new file mode 100644
index 00000000000..2cc260e65cb
--- /dev/null
+++ b/TAO/examples/PluggableUDP/DIOP/DIOP.cpp
@@ -0,0 +1,13 @@
+// $Id$
+
+#include "DIOP.h"
+#include "DIOP_Factory.h"
+
+ACE_RCSID(TAO_DIOP, DIOP_Factory, "$Id$")
+
+TAO_DIOP_Protocol_Factory_Adder::TAO_DIOP_Protocol_Factory_Adder (void)
+{
+ ACE_Service_Config::static_svcs ()->
+ insert (&ace_svc_desc_TAO_DIOP_Protocol_Factory);
+}
+