summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-04-27 13:07:09 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-04-27 13:07:09 +0000
commitdffd10d0118b84b62b3ae78392a4d52443cea45a (patch)
tree3e716604b0eaae8830c5857c510fe05237e7dc45 /cpp/src/IceGrid/ServerI.cpp
parentFixed http://www.zeroc.com/vbulletin/showthread.php?p=5727#post5727 (diff)
downloadice-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.cpp2
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.