From f419abacd263d1f7e648e5f49c72f999424ff03f Mon Sep 17 00:00:00 2001 From: ZeroC Staff Date: Wed, 21 Nov 2007 22:33:27 -0500 Subject: Fixed VC6 build failures --- cpp/src/IceGrid/ServerCache.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/ServerCache.cpp') diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp index 90a1428c078..9a8c547138a 100644 --- a/cpp/src/IceGrid/ServerCache.cpp +++ b/cpp/src/IceGrid/ServerCache.cpp @@ -417,7 +417,9 @@ ServerEntry::getAdminProxy() // // The category must match the server admin category used by nodes // - Ice::Identity adminId = {_id, _cache.getInstanceName() + "-NodeRouter" }; + Ice::Identity adminId; + adminId.name = _id; + adminId.category = _cache.getInstanceName() + "-NodeRouter"; // TODO: what's this upToDate parameter about?? -- cgit v1.2.3