summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/LibraryI.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-06-26 02:27:19 +0000
committerMichi Henning <michi@zeroc.com>2003-06-26 02:27:19 +0000
commit35a73118f5ee1fa8ad963cf61f74d15e477cf385 (patch)
tree0a852456ca8a131f016f2cb40676b2745d63e3fc /cpp/demo/Freeze/library/LibraryI.h
parentIncorrect property settings for demos. (diff)
downloadice-35a73118f5ee1fa8ad963cf61f74d15e477cf385.tar.bz2
ice-35a73118f5ee1fa8ad963cf61f74d15e477cf385.tar.xz
ice-35a73118f5ee1fa8ad963cf61f74d15e477cf385.zip
Got rid of unnecessary _adapter and _communicator members.
Diffstat (limited to 'cpp/demo/Freeze/library/LibraryI.h')
-rw-r--r--cpp/demo/Freeze/library/LibraryI.h3
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;
//