From 1decea8e7dcbf1c7836d27401d63229c49191556 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Thu, 27 Jan 2005 21:22:48 +0000 Subject: icepatch2 changes --- cpp/src/IcePatch2/FileServerI.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpp/src/IcePatch2/FileServerI.h') diff --git a/cpp/src/IcePatch2/FileServerI.h b/cpp/src/IcePatch2/FileServerI.h index 448b3e7abe6..b9684fcea8d 100644 --- a/cpp/src/IcePatch2/FileServerI.h +++ b/cpp/src/IcePatch2/FileServerI.h @@ -20,7 +20,7 @@ class FileServerI : public FileServer { public: - FileServerI(const Ice::CommunicatorPtr& communicator, const std::string&, const FileInfoSeq&); + FileServerI(const std::string&, const FileInfoSeq&); FileInfoSeq getFileInfoSeq(Ice::Int, const Ice::Current&) const; @@ -33,10 +33,7 @@ public: private: const std::string _dataDir; - const std::string _dataDirWithSlash; const FileTree0 _tree0; - - int _maxReadSize; // Max number of bytes returned per RPC. }; } -- cgit v1.2.3