diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-02-08 16:26:39 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-02-08 16:26:39 +0000 |
commit | d0a0add45e5cbb240f157fe3f86f6cd6cc97fc6a (patch) | |
tree | 8bbe532f3f9286486434f0fe43ade00d3e5410d3 /cpp/src/Ice/Reference.h | |
parent | Added alternate sequence mappings (diff) | |
download | ice-d0a0add45e5cbb240f157fe3f86f6cd6cc97fc6a.tar.bz2 ice-d0a0add45e5cbb240f157fe3f86f6cd6cc97fc6a.tar.xz ice-d0a0add45e5cbb240f157fe3f86f6cd6cc97fc6a.zip |
Minor fixes for locator cache timeout.
Diffstat (limited to 'cpp/src/Ice/Reference.h')
-rw-r--r-- | cpp/src/Ice/Reference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h index 2f3a89a3a8a..f610208b70c 100644 --- a/cpp/src/Ice/Reference.h +++ b/cpp/src/Ice/Reference.h @@ -250,7 +250,7 @@ public: IndirectReference(const InstancePtr&, const Ice::CommunicatorPtr&, const Ice::Identity&, const Ice::Context&, const std::string&, Mode, bool, const std::string&, const RouterInfoPtr&, const LocatorInfoPtr&, - bool); + bool, int); const LocatorInfoPtr& getLocatorInfo() const { return _locatorInfo; } |