diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-01 10:12:30 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-01 10:12:30 +0000 |
commit | 2d8df196e4613a4b5a12eb3709014e688512a802 (patch) | |
tree | affa80b251e2fa18d49241a9186282d6ab259517 /cpp/src/IceGrid/ServerCache.h | |
parent | Fix (diff) | |
download | ice-2d8df196e4613a4b5a12eb3709014e688512a802.tar.bz2 ice-2d8df196e4613a4b5a12eb3709014e688512a802.tar.xz ice-2d8df196e4613a4b5a12eb3709014e688512a802.zip |
IceGrid Windows port.
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index e8b1b568f1a..625b31caee4 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -47,7 +47,7 @@ public: private: - ServerPrx sync(StringAdapterPrxDict&, int&, int&, std::string&); + ServerPrx syncImpl(StringAdapterPrxDict&, int&, int&, std::string&); ServerCache& _cache; const std::string _id; |