diff options
Diffstat (limited to 'cpp/src/IceGrid/AdapterCache.h')
-rw-r--r-- | cpp/src/IceGrid/AdapterCache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/AdapterCache.h b/cpp/src/IceGrid/AdapterCache.h index 32da936f2dd..5d9b60e047f 100644 --- a/cpp/src/IceGrid/AdapterCache.h +++ b/cpp/src/IceGrid/AdapterCache.h @@ -42,7 +42,8 @@ public: AdapterPrx getProxy(const std::string&) const; std::vector<std::pair<std::string, AdapterPrx> > getProxies(int&); - + std::string getApplication() const; + void enableReplication(const LoadBalancingPolicyPtr&); void disableReplication(); |