diff options
Diffstat (limited to 'cpp/demo/Freeze/customEvictor/EvictorBase.cpp')
-rw-r--r-- | cpp/demo/Freeze/customEvictor/EvictorBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/customEvictor/EvictorBase.cpp b/cpp/demo/Freeze/customEvictor/EvictorBase.cpp index a4eece51dc3..8afeb6cecc8 100644 --- a/cpp/demo/Freeze/customEvictor/EvictorBase.cpp +++ b/cpp/demo/Freeze/customEvictor/EvictorBase.cpp @@ -79,7 +79,7 @@ EvictorBase::finished(const Ice::Current&, const Ice::ObjectPtr&, const Ice::Loc } void -EvictorBase::destroy(const std::string& /*category*/) +EvictorBase::deactivate(const std::string& /*category*/) { IceUtil::Mutex::Lock lock(_mutex); |