diff options
author | Michi Henning <michi@zeroc.com> | 2004-11-23 06:41:43 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-11-23 06:41:43 +0000 |
commit | 4b1677236d069083ff06db22d5d54f598a318b19 (patch) | |
tree | 1fd61c97723efc698955aee76f28adc0813c222c /cpp/src/Ice/LocatorInfo.h | |
parent | Fixed icecs path (diff) | |
download | ice-4b1677236d069083ff06db22d5d54f598a318b19.tar.bz2 ice-4b1677236d069083ff06db22d5d54f598a318b19.tar.xz ice-4b1677236d069083ff06db22d5d54f598a318b19.zip |
Minor cleanup of the Reference refactoring.
Diffstat (limited to 'cpp/src/Ice/LocatorInfo.h')
-rw-r--r-- | cpp/src/Ice/LocatorInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/LocatorInfo.h b/cpp/src/Ice/LocatorInfo.h index 4e00edae33f..b725b598e9c 100644 --- a/cpp/src/Ice/LocatorInfo.h +++ b/cpp/src/Ice/LocatorInfo.h @@ -85,7 +85,7 @@ public: private: - void trace(const std::string&, const ReferencePtr&, const std::vector<EndpointPtr>&); + void trace(const std::string&, const IndirectReferencePtr&, const std::vector<EndpointPtr>&); const Ice::LocatorPrx _locator; Ice::LocatorRegistryPrx _locatorRegistry; |