summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-05-15 13:50:06 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-05-15 13:50:06 +0000
commit7e10a829d27a276d4198caea277f76e1b7687d46 (patch)
tree72dfc9dfc688647a98c2f004a62801f3d31516ba /cpp/src/IceGrid/ServerCache.h
parentpass communicator to CallbackSenderI (diff)
downloadice-7e10a829d27a276d4198caea277f76e1b7687d46.tar.bz2
ice-7e10a829d27a276d4198caea277f76e1b7687d46.tar.xz
ice-7e10a829d27a276d4198caea277f76e1b7687d46.zip
Added support for changing owner of server files/directories.
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r--cpp/src/IceGrid/ServerCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h
index ce0da237349..ac8386f18f4 100644
--- a/cpp/src/IceGrid/ServerCache.h
+++ b/cpp/src/IceGrid/ServerCache.h
@@ -59,7 +59,7 @@ public:
private:
- void syncImpl(bool);
+ void syncImpl(const SessionIPtr&, bool);
ServerCache& _cache;
const std::string _id;