diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-19 08:07:06 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-19 08:07:06 +0000 |
commit | 719863efae555485928de5e33c303bc753fdc7d6 (patch) | |
tree | 34a2d8431f36d184d00b2b2cc3925cfd709b78f5 /cpp/src/IceGrid/AdminSessionI.cpp | |
parent | Mono fixes. (diff) | |
download | ice-719863efae555485928de5e33c303bc753fdc7d6.tar.bz2 ice-719863efae555485928de5e33c303bc753fdc7d6.tar.xz ice-719863efae555485928de5e33c303bc753fdc7d6.zip |
Fixed IceGrid bugs 1381, 1382, 1369, 1342, 1341, 1334
Diffstat (limited to 'cpp/src/IceGrid/AdminSessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/AdminSessionI.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/AdminSessionI.cpp b/cpp/src/IceGrid/AdminSessionI.cpp index f0c5e026494..ec96f23bc11 100644 --- a/cpp/src/IceGrid/AdminSessionI.cpp +++ b/cpp/src/IceGrid/AdminSessionI.cpp @@ -190,6 +190,10 @@ AdminSessionFactory::createGlacier2Session(const string& sessionId, const Glacie Glacier2::SessionPrx s = Glacier2::SessionPrx::uncheckedCast(_adapter->add(session, id)); ids.push_back(id); + // The IceGrid::Query object + id.name = "Query"; + ids.push_back(id); + if(ctl) { try |