summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Service.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-03-23 17:44:26 +0000
committerMark Spruiell <mes@zeroc.com>2007-03-23 17:44:26 +0000
commit177e69d1486ff74abe04528055930f5b51339e0b (patch)
tree4bf981d522204d6febe38b11e9fa04da94adcb1a /cpp/include/Ice/Service.h
parentBug 1873. (diff)
downloadice-177e69d1486ff74abe04528055930f5b51339e0b.tar.bz2
ice-177e69d1486ff74abe04528055930f5b51339e0b.tar.xz
ice-177e69d1486ff74abe04528055930f5b51339e0b.zip
bug 2064
Diffstat (limited to 'cpp/include/Ice/Service.h')
-rwxr-xr-xcpp/include/Ice/Service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/include/Ice/Service.h b/cpp/include/Ice/Service.h
index 5dc971f4877..e32ac53c565 100755
--- a/cpp/include/Ice/Service.h
+++ b/cpp/include/Ice/Service.h
@@ -143,7 +143,9 @@ public:
// argument indicates whether the daemon should change its
// working directory to the root directory. The second
// argument indicates whether extraneous file descriptors are
- // closed.
+ // closed. If the value of the last argument is not an empty
+ // string, the daemon writes its process ID to the given
+ // filename.
//
void configureDaemon(bool, bool, const std::string&);