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