diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-08-05 09:16:48 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-08-05 09:16:48 +0200 |
commit | baa6b6c57f66d14da5d86b0677accb6c3f4ee127 (patch) | |
tree | 50d47b006b16112d90c431c91a08421c66b7b734 /cpp/src/IceGrid/WellKnownObjectsManager.cpp | |
parent | New TargetCompare template, renamed targetEquals to targetEqualTo (diff) | |
download | ice-baa6b6c57f66d14da5d86b0677accb6c3f4ee127.tar.bz2 ice-baa6b6c57f66d14da5d86b0677accb6c3f4ee127.tar.xz ice-baa6b6c57f66d14da5d86b0677accb6c3f4ee127.zip |
Fixed type ID for well-known locator registry object
Diffstat (limited to 'cpp/src/IceGrid/WellKnownObjectsManager.cpp')
-rw-r--r-- | cpp/src/IceGrid/WellKnownObjectsManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/WellKnownObjectsManager.cpp b/cpp/src/IceGrid/WellKnownObjectsManager.cpp index 4a8c5d0a4a0..20974539dd0 100644 --- a/cpp/src/IceGrid/WellKnownObjectsManager.cpp +++ b/cpp/src/IceGrid/WellKnownObjectsManager.cpp @@ -113,7 +113,7 @@ WellKnownObjectsManager::updateReplicatedWellKnownObjects() objects.push_back(info); id.name = "LocatorRegistry"; - info.type = Ice::Locator::ice_staticId(); + info.type = Ice::LocatorRegistry::ice_staticId(); info.proxy = _database->getReplicaCache().getEndpoints("Server", _endpoints["Server"])->ice_identity(id); objects.push_back(info); |