summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
diff options
context:
space:
mode:
authordhanvey <dhanvey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-04 12:02:45 +0000
committerdhanvey <dhanvey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-04 12:02:45 +0000
commit72f939a75e4ecd9450ee3a8353f67c74c0250abf (patch)
tree2d72afa2ea540c45d4f5056e9cfc2e27907d32dd /TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
parent0508745348a61e1926c2bff7be1e22e63f5b7707 (diff)
downloadATCD-72f939a75e4ecd9450ee3a8353f67c74c0250abf.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp')
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
index 9362aaf3a4d..f5c11d7cda3 100644
--- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
+++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
@@ -1,5 +1,3 @@
-/* -*- C++ -*- $Id$ */
-
#include "Notify_Logging_Service.h"
#include "tao/debug.h"
#include "orbsvcs/Notify/Notify_EventChannelFactory_i.h"
@@ -7,6 +5,11 @@
#include "ace/Arg_Shifter.h"
#include "ace/Get_Opt.h"
+ACE_RCSID (Notify_Logging_Service,
+ Notify_Logging_Service,
+ "$Id$")
+
+
Notify_Logging_Service::Notify_Logging_Service (void)
: notify_factory_name_ (NOTIFY_KEY)
{