Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Common/InOutTempBuffer.h')
-rwxr-xr-x7zip/Common/InOutTempBuffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/7zip/Common/InOutTempBuffer.h b/7zip/Common/InOutTempBuffer.h
index 97ed56d0..3abe76ec 100755
--- a/7zip/Common/InOutTempBuffer.h
+++ b/7zip/Common/InOutTempBuffer.h
@@ -33,7 +33,6 @@ public:
UInt64 GetDataSize() const { return _fileSize; }
bool FlushWrite();
bool InitReading();
- // bool Read(void *data, UInt32 maxSize, UInt32 &processedSize);
HRESULT WriteToStream(ISequentialOutStream *stream);
};
@@ -51,7 +50,6 @@ public:
MY_UNKNOWN_IMP
STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
- STDMETHOD(WritePart)(const void *data, UInt32 size, UInt32 *processedSize);
};
#endif