diff options
Diffstat (limited to 'cpp/demo/Freeze/library/LibraryI.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/LibraryI.cpp | 6 |
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. |