summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Notify_Service/Notify_Server.cpp
diff options
context:
space:
mode:
authorvenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-31 14:02:45 +0000
committervenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-31 14:02:45 +0000
commiteb614cc38899a68611d23f7a7aa525cf83b88a1d (patch)
tree00e5124842423b146335a6fb17ca6cdae875672f /TAO/orbsvcs/Notify_Service/Notify_Server.cpp
parent41acff8a8fc559c947d2a3c05d1820482660466c (diff)
downloadATCD-eb614cc38899a68611d23f7a7aa525cf83b88a1d.tar.gz
ChangeLogTag: Mon Dec 31 07:55:09 2001 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/Notify_Service/Notify_Server.cpp')
-rw-r--r--TAO/orbsvcs/Notify_Service/Notify_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Notify_Service/Notify_Server.cpp b/TAO/orbsvcs/Notify_Service/Notify_Server.cpp
index a7ae5313992..3b413207337 100644
--- a/TAO/orbsvcs/Notify_Service/Notify_Server.cpp
+++ b/TAO/orbsvcs/Notify_Service/Notify_Server.cpp
@@ -29,7 +29,7 @@ main (int argc, char *argv[])
ACE_TRY
{
- notify_service.run (TAO_ENV_SINGLE_ARG_PARAMETER);
+ notify_service.run ();
notify_service.shutdown (TAO_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
}