summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/Notify/Event_Persistence_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/Notify/Event_Persistence_Factory.cpp')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/Notify/Event_Persistence_Factory.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/Notify/Event_Persistence_Factory.cpp b/ACE/TAO/orbsvcs/orbsvcs/Notify/Event_Persistence_Factory.cpp
new file mode 100644
index 00000000000..3caa8a0c5a1
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/Notify/Event_Persistence_Factory.cpp
@@ -0,0 +1,13 @@
+#include "orbsvcs/Notify/Event_Persistence_Factory.h"
+
+ACE_RCSID (Notify,
+ Event_Persistence_Factory,
+ "$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_Notify::Event_Persistence_Factory::~Event_Persistence_Factory (void)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL