diff options
Diffstat (limited to 'cpp/src/IceGrid/Util.cpp')
-rw-r--r-- | cpp/src/IceGrid/Util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Util.cpp b/cpp/src/IceGrid/Util.cpp index 7b7a9e70c44..a7a04ad6259 100644 --- a/cpp/src/IceGrid/Util.cpp +++ b/cpp/src/IceGrid/Util.cpp @@ -64,3 +64,4 @@ IceGrid::getReplicaId(const AdapterDescriptor& adapter, const CommunicatorDescri ServiceDescriptorPtr service = ServiceDescriptorPtr::dynamicCast(comm); return service ? serverId + "." + service->name : serverId; } + |