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 'CPP/7zip/Compress/ImplodeDecoder.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/Compress/ImplodeDecoder.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/CPP/7zip/Compress/ImplodeDecoder.h b/CPP/7zip/Compress/ImplodeDecoder.h
index 7ea1553e..5876ecac 100755..100644
--- a/CPP/7zip/Compress/ImplodeDecoder.h
+++ b/CPP/7zip/Compress/ImplodeDecoder.h
@@ -40,9 +40,8 @@ public:
MY_UNKNOWN_IMP1(ICompressSetDecoderProperties2)
- void ReleaseStreams();
- HRESULT Flush() { return m_OutWindowStream.Flush(); }
-
+ // void ReleaseStreams();
+
HRESULT CodeReal(ISequentialInStream *inStream, ISequentialOutStream *outStream,
const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);