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, 0 insertions, 13 deletions
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP.cpp b/TAO/examples/PluggableUDP/DIOP/DIOP.cpp
deleted file mode 100644
index 2cc260e65cb..00000000000
--- a/TAO/examples/PluggableUDP/DIOP/DIOP.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-// $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);
-}
-