BZip2Encoder.h (p7zip_15.14.1_src_all) | : | BZip2Encoder.h (p7zip_16.02_src_all) | ||
---|---|---|---|---|
skipping to change at line 217 | skipping to change at line 217 | |||
#endif | #endif | |||
public: | public: | |||
CEncoder(); | CEncoder(); | |||
#ifndef _7ZIP_ST | #ifndef _7ZIP_ST | |||
~CEncoder(); | ~CEncoder(); | |||
#endif | #endif | |||
HRESULT Flush() { return m_OutStream.Flush(); } | HRESULT Flush() { return m_OutStream.Flush(); } | |||
MY_QUERYINTERFACE_BEGIN2(ICompressCoder) | ||||
#ifndef _7ZIP_ST | #ifndef _7ZIP_ST | |||
MY_UNKNOWN_IMP2(ICompressSetCoderMt, ICompressSetCoderProperties) | MY_QUERYINTERFACE_ENTRY(ICompressSetCoderMt) | |||
#else | ||||
MY_UNKNOWN_IMP1(ICompressSetCoderProperties) | ||||
#endif | #endif | |||
MY_QUERYINTERFACE_ENTRY(ICompressSetCoderProperties) | ||||
MY_QUERYINTERFACE_END | ||||
MY_ADDREF_RELEASE | ||||
HRESULT CodeReal(ISequentialInStream *inStream, ISequentialOutStream *outStrea m, | HRESULT CodeReal(ISequentialInStream *inStream, ISequentialOutStream *outStrea m, | |||
const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progre ss); | const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progre ss); | |||
STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream , | STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream , | |||
const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progre ss); | const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progre ss); | |||
STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps); | STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps); | |||
#ifndef _7ZIP_ST | #ifndef _7ZIP_ST | |||
STDMETHOD(SetNumberOfThreads)(UInt32 numThreads); | STDMETHOD(SetNumberOfThreads)(UInt32 numThreads); | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 5 lines changed or added |