diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-05-27 13:52:06 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-05-27 13:52:06 +0000 |
commit | e5c2848564ea76f322c784d63eb99ac140c58bb4 (patch) | |
tree | d39428119915c9dde9fe53c11642e48e0ac4f2a4 /cpp/src/IceGrid/IceGridNode.cpp | |
parent | fixing bug that causes UnmarshalOutOfBoundsException when Slice definitions (diff) | |
download | ice-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.cpp | 3 |
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) { |