From 8c3c0a274e70db8018a0d8c8817894ec541110bd Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 8 Dec 2006 13:04:02 +0000 Subject: Added support for service property sets in server instances --- cpp/src/IceGrid/NodeCache.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceGrid/NodeCache.cpp') diff --git a/cpp/src/IceGrid/NodeCache.cpp b/cpp/src/IceGrid/NodeCache.cpp index 08fb3348763..9b9e798aa5f 100644 --- a/cpp/src/IceGrid/NodeCache.cpp +++ b/cpp/src/IceGrid/NodeCache.cpp @@ -554,11 +554,13 @@ NodeEntry::getServerDescriptor(const ServerInfo& server, const SessionIPtr& sess IceBoxDescriptorPtr iceBox = IceBoxDescriptorPtr::dynamicCast(server.descriptor); if(iceBox) { - return IceBoxHelper(_cache.getCommunicator(), iceBox).instantiate(resolve, PropertyDescriptorSeq()); + return IceBoxHelper(_cache.getCommunicator(), iceBox).instantiate(resolve, PropertyDescriptorSeq(), + PropertySetDescriptorDict()); } else { - return ServerHelper(_cache.getCommunicator(), server.descriptor).instantiate(resolve, PropertyDescriptorSeq()); + return ServerHelper(_cache.getCommunicator(), server.descriptor).instantiate(resolve, PropertyDescriptorSeq(), + PropertySetDescriptorDict()); } } -- cgit v1.2.3