diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-04-27 13:07:09 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-04-27 13:07:09 +0000 |
commit | dffd10d0118b84b62b3ae78392a4d52443cea45a (patch) | |
tree | 3e716604b0eaae8830c5857c510fe05237e7dc45 /cpp/src/IceGrid/ServerI.cpp | |
parent | Fixed http://www.zeroc.com/vbulletin/showthread.php?p=5727#post5727 (diff) | |
download | ice-dffd10d0118b84b62b3ae78392a4d52443cea45a.tar.bz2 ice-dffd10d0118b84b62b3ae78392a4d52443cea45a.tar.xz ice-dffd10d0118b84b62b3ae78392a4d52443cea45a.zip |
Added initial support for templates.
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp index bffabd5848a..b1bbc53f033 100644 --- a/cpp/src/IceGrid/ServerI.cpp +++ b/cpp/src/IceGrid/ServerI.cpp @@ -68,7 +68,7 @@ ServerI::load(const ServerDescriptorPtr& descriptor, StringAdapterPrxDict& adapt // _desc = descriptor; _serverDir = _serversDir + "/" + descriptor->name; - _activation = descriptor->activation; + _activation = descriptor->activation == "on-demand" ? OnDemand : Manual; // // Make sure the server directories exists. |