summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Service.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-10-20 13:17:47 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-10-20 13:17:47 -0230
commitb6e077a730ca2967d3e9d9c32068ba2b5df9d26d (patch)
treee5286221fc505828f3e8ac247f04ec33b7be3b04 /cpp/src/Ice/Service.cpp
parentChanges to how to access class members in python (diff)
downloadice-b6e077a730ca2967d3e9d9c32068ba2b5df9d26d.tar.bz2
ice-b6e077a730ca2967d3e9d9c32068ba2b5df9d26d.tar.xz
ice-b6e077a730ca2967d3e9d9c32068ba2b5df9d26d.zip
Bug 4311 - change Ice::Service::start signature
Diffstat (limited to 'cpp/src/Ice/Service.cpp')
-rw-r--r--cpp/src/Ice/Service.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Service.cpp b/cpp/src/Ice/Service.cpp
index d5720aa222e..a25587f1c50 100644
--- a/cpp/src/Ice/Service.cpp
+++ b/cpp/src/Ice/Service.cpp
@@ -807,7 +807,7 @@ Ice::Service::run(int& argc, char* argv[], const InitializationData& initData)
//
// Start the service.
//
- if(start(argc, argv))
+ if(start(argc, argv, status))
{
//
// Wait for service shutdown.
@@ -2018,7 +2018,7 @@ Ice::Service::runDaemon(int argc, char* argv[], const InitializationData& initDa
//
// Start the service.
//
- if(start(argc, argv))
+ if(start(argc, argv, status))
{
//
// Notify the parent that the child is ready.