summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/IceGridNode.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-05-27 13:52:06 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-05-27 13:52:06 +0000
commite5c2848564ea76f322c784d63eb99ac140c58bb4 (patch)
treed39428119915c9dde9fe53c11642e48e0ac4f2a4 /cpp/src/IceGrid/IceGridNode.cpp
parentfixing bug that causes UnmarshalOutOfBoundsException when Slice definitions (diff)
downloadice-e5c2848564ea76f322c784d63eb99ac140c58bb4.tar.bz2
ice-e5c2848564ea76f322c784d63eb99ac140c58bb4.tar.xz
ice-e5c2848564ea76f322c784d63eb99ac140c58bb4.zip
New template implementation.
Diffstat (limited to 'cpp/src/IceGrid/IceGridNode.cpp')
-rw-r--r--cpp/src/IceGrid/IceGridNode.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/IceGridNode.cpp b/cpp/src/IceGrid/IceGridNode.cpp
index 255a9ab90bd..e67f5840605 100644
--- a/cpp/src/IceGrid/IceGridNode.cpp
+++ b/cpp/src/IceGrid/IceGridNode.cpp
@@ -485,8 +485,7 @@ NodeService::start(int argc, char* argv[])
try
{
map<string, string> vars;
- admin->addApplication(
- DescriptorParser::parseApplicationDescriptor(descriptor, targets, vars, communicator()));
+ admin->addApplication(DescriptorParser::parseDescriptor(descriptor, targets, vars, communicator()));
}
catch(const DeploymentException& ex)
{