diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-07 14:25:07 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-07 14:25:07 +0000 |
commit | 06ad7a91abef3d9a45c22c5decbab890c9822e09 (patch) | |
tree | efc5878106990eb39518a97925c0a87546f1d23b /TAO/orbsvcs/Notify_Service | |
parent | 3314676bd9225e39191cc279940aea25be7868ce (diff) | |
download | ATCD-06ad7a91abef3d9a45c22c5decbab890c9822e09.tar.gz |
ChangeLogTag: Sun Jul 06 17:40:19 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/Notify_Service')
-rw-r--r-- | TAO/orbsvcs/Notify_Service/Notify_Service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Notify_Service/Notify_Service.cpp b/TAO/orbsvcs/Notify_Service/Notify_Service.cpp index 5930f8a096c..5fcb5fa8e2d 100644 --- a/TAO/orbsvcs/Notify_Service/Notify_Service.cpp +++ b/TAO/orbsvcs/Notify_Service/Notify_Service.cpp @@ -78,7 +78,7 @@ TAO_Notify_Service_Driver::init (int argc, ACE_TCHAR *argv[] ACE_ENV_ARG_PARAMETER) != 0) return -1; - this->notify_service_ = ACE_Dynamic_Service<TAO_Notify_Service>::instance (TAO_NS_NOTIFICATION_SERVICE_NAME); + this->notify_service_ = ACE_Dynamic_Service<TAO_Notify_Service>::instance (TAO_NOTIFICATION_SERVICE_NAME); if (this->notify_service_ == 0) { |