summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/LibraryI.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-08-22 06:21:41 +0000
committerMichi Henning <michi@zeroc.com>2002-08-22 06:21:41 +0000
commit9c3bc85e2924c51af64b332c81a8ace3627206ee (patch)
tree2bbcd860fc983e9a2d97b28f57df8ab8c76d2ccf /cpp/demo/Freeze/library/LibraryI.cpp
parentAdded post and prefix iterator operator++ tests (diff)
downloadice-9c3bc85e2924c51af64b332c81a8ace3627206ee.tar.bz2
ice-9c3bc85e2924c51af64b332c81a8ace3627206ee.tar.xz
ice-9c3bc85e2924c51af64b332c81a8ace3627206ee.zip
Added changes for idempotent.
Diffstat (limited to 'cpp/demo/Freeze/library/LibraryI.cpp')
-rw-r--r--cpp/demo/Freeze/library/LibraryI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/demo/Freeze/library/LibraryI.cpp b/cpp/demo/Freeze/library/LibraryI.cpp
index 378868cd21e..12930e03b3d 100644
--- a/cpp/demo/Freeze/library/LibraryI.cpp
+++ b/cpp/demo/Freeze/library/LibraryI.cpp
@@ -23,7 +23,7 @@ BookI::~BookI()
}
void
-BookI::destroy(const Ice::Current&) const
+BookI::destroy(const Ice::Current&)
{
IceUtil::RWRecMutex::RLock sync(*this);
@@ -232,7 +232,7 @@ LibraryI::findByAuthors(const string& authors, const Ice::Current&) const
}
void
-LibraryI::setEvictorSize(::Ice::Int size, const Ice::Current&) const
+LibraryI::setEvictorSize(::Ice::Int size, const Ice::Current&)
{
//
// No synchronization necessary, _evictor is immutable.
@@ -241,7 +241,7 @@ LibraryI::setEvictorSize(::Ice::Int size, const Ice::Current&) const
}
void
-LibraryI::shutdown(const Ice::Current& current) const
+LibraryI::shutdown(const Ice::Current& current)
{
//
// No synchronization necessary, _adapter is immutable.