diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-02-08 20:20:29 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-02-08 20:20:29 +0000 |
commit | ddd9c74483a61574925ea979f5901b4b96972488 (patch) | |
tree | 19c05b42367683249dc9661f3c702188f2f13f26 /cpp/src/IceBox/ServiceManagerI.cpp | |
parent | Updated java directories (diff) | |
download | ice-ddd9c74483a61574925ea979f5901b4b96972488.tar.bz2 ice-ddd9c74483a61574925ea979f5901b4b96972488.tar.xz ice-ddd9c74483a61574925ea979f5901b4b96972488.zip |
bug 1283: inheriting IceBox properties
Diffstat (limited to 'cpp/src/IceBox/ServiceManagerI.cpp')
-rw-r--r-- | cpp/src/IceBox/ServiceManagerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceBox/ServiceManagerI.cpp b/cpp/src/IceBox/ServiceManagerI.cpp index 047be74601b..d6f1cac0800 100644 --- a/cpp/src/IceBox/ServiceManagerI.cpp +++ b/cpp/src/IceBox/ServiceManagerI.cpp @@ -404,7 +404,7 @@ IceBox::ServiceManagerI::start(const string& service, const string& entryPoint, { string name = properties->getProperty("Ice.ProgramName"); PropertiesPtr serviceProperties; - if(properties->getPropertyAsInt("IceBox.InheritContainerProperties") > 0) + if(properties->getPropertyAsInt("IceBox.InheritProperties") > 0) { serviceProperties = createProperties(info.args, properties); } |