summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Database.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-09-06 08:14:14 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-09-06 08:14:14 +0000
commitf5be93b85788a110f1c6c6edf2550bba1a74f585 (patch)
tree57183bda04d4b974b4ac3e4152a93ae010f45b6f /cpp/src/IceGrid/Database.h
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448 (diff)
downloadice-f5be93b85788a110f1c6c6edf2550bba1a74f585.tar.bz2
ice-f5be93b85788a110f1c6c6edf2550bba1a74f585.tar.xz
ice-f5be93b85788a110f1c6c6edf2550bba1a74f585.zip
startUpdate doesn't throw CacheOutOfDate anymore but instead return the
current serial.
Diffstat (limited to 'cpp/src/IceGrid/Database.h')
-rw-r--r--cpp/src/IceGrid/Database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Database.h b/cpp/src/IceGrid/Database.h
index 0ac7bcc6358..588b4cf1e2c 100644
--- a/cpp/src/IceGrid/Database.h
+++ b/cpp/src/IceGrid/Database.h
@@ -49,7 +49,7 @@ public:
void setObservers(const RegistryObserverPrx&, const NodeObserverPrx&);
- void lock(int serial, ObserverSessionI*, const std::string&);
+ int lock(ObserverSessionI*, const std::string&);
void unlock(ObserverSessionI*);
void addApplicationDescriptor(ObserverSessionI*, const ApplicationDescriptor&);