diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-03-05 14:58:01 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-03-05 14:58:01 +0000 |
commit | 16454813fa3e5a44b15e73ea5d87eb205f9b75f4 (patch) | |
tree | 28474ea4be50bb2902ed697b9db5eabeef36494c /TAO/orbsvcs/Notify_Service | |
parent | 45eef094b7d61d6a19aba442e1a5d555f1ab96f0 (diff) | |
download | ATCD-16454813fa3e5a44b15e73ea5d87eb205f9b75f4.tar.gz |
ChangeLogTag: Wed Mar 5 08:54:53 CST 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/Notify_Service')
-rw-r--r-- | TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |