summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-05 14:58:01 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-05 14:58:01 +0000
commit4745a368b57921125b2def5a5a96b18728d515d1 (patch)
tree28474ea4be50bb2902ed697b9db5eabeef36494c
parent356a734bdbcfbf7a958b6348cd0347a60678bd49 (diff)
downloadATCD-4745a368b57921125b2def5a5a96b18728d515d1.tar.gz
ChangeLogTag: Wed Mar 5 08:54:53 CST 2003 Pradeep Gore <pradeep@oomworks.com>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index dbd40f081a7..0fc42713b10 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 5 08:54:53 CST 2003 Pradeep Gore <pradeep@oomworks.com>
+
+ * orbsvcs/Notify_Service/NT_Notify_Service.cpp:
+ Corrected the changed service driver name.
+
Wed Mar 5 06:14:34 2003 Phil Mesnier <mesnier_p@ociweb.com>
* tao/Makefile.bor (OBJFILES):
diff --git a/TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp b/TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp
index 301728ccddd..c73c262ae17 100644
--- a/TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp
+++ b/TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp
@@ -126,7 +126,7 @@ TAO_NT_Notify_Service::init (int argc,
int
TAO_NT_Notify_Service::svc (void)
{
- TAO_Notify_Service notify_service;
+ TAO_Notify_Service_Driver notify_service;
if (notify_service.init (argc_,
argv_) == -1)