summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ID_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ID_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ID_Factory.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ID_Factory.cpp b/TAO/orbsvcs/orbsvcs/Notify/ID_Factory.cpp
new file mode 100644
index 00000000000..466a2ea8fb4
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Notify/ID_Factory.cpp
@@ -0,0 +1,17 @@
+// $Id$
+
+#include "ID_Factory.h"
+
+#if ! defined (__ACE_INLINE__)
+#include "ID_Factory.inl"
+#endif /* __ACE_INLINE__ */
+
+ACE_RCSID(RT_Notify, TAO_NS_ID_Factory, "$Id$")
+
+TAO_NS_ID_Factory::TAO_NS_ID_Factory (void)
+{
+}
+
+TAO_NS_ID_Factory::~TAO_NS_ID_Factory ()
+{
+}