diff options
Diffstat (limited to 'cpp/demo/Freeze/library/LibraryI.h')
-rw-r--r-- | cpp/demo/Freeze/library/LibraryI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/demo/Freeze/library/LibraryI.h b/cpp/demo/Freeze/library/LibraryI.h index 8fbfe2fbc75..f551279d498 100644 --- a/cpp/demo/Freeze/library/LibraryI.h +++ b/cpp/demo/Freeze/library/LibraryI.h @@ -24,7 +24,7 @@ class LibraryI : public Library, public IceUtil::RWRecMutex { public: - LibraryI(const Ice::ObjectAdapterPtr&, const Freeze::DBPtr&, const Freeze::EvictorPtr&); + LibraryI(const Freeze::DBPtr&, const Freeze::EvictorPtr&); virtual ~LibraryI(); virtual ::BookPrx createBook(const ::BookDescription&, const Ice::Current&); @@ -37,7 +37,6 @@ public: private: - Ice::ObjectAdapterPtr _adapter; Freeze::EvictorPtr _evictor; // |