summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp b/ACE/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp
new file mode 100644
index 00000000000..5110d567625
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp
@@ -0,0 +1,17 @@
+// $Id$
+
+#include "orbsvcs/Notify/Notify_Default_CO_Factory.h"
+
+ACE_RCSID(Notify, Notify_Default_CO_Factory, "$Id$")
+
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+int
+TAO_Notify_Default_CO_Factory::init_svc (void)
+{
+ // NOP.
+ return 0;
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL