diff options
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.h')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ProxyFactory.h b/cpp/src/Ice/ProxyFactory.h index 1154d5e767a..4c637d7c135 100644 --- a/cpp/src/Ice/ProxyFactory.h +++ b/cpp/src/Ice/ProxyFactory.h @@ -42,6 +42,7 @@ private: friend class Instance; InstancePtr _instance; + ::std::vector<int> _retryIntervals; }; } |