7zAes.h (p7zip_15.14.1_src_all) | : | 7zAes.h (p7zip_16.02_src_all) | ||
---|---|---|---|---|
skipping to change at line 89 | skipping to change at line 89 | |||
#ifndef EXTRACT_ONLY | #ifndef EXTRACT_ONLY | |||
class CEncoder: | class CEncoder: | |||
public CBaseCoder, | public CBaseCoder, | |||
public ICompressWriteCoderProperties, | public ICompressWriteCoderProperties, | |||
// public ICryptoResetSalt, | // public ICryptoResetSalt, | |||
public ICryptoResetInitVector | public ICryptoResetInitVector | |||
{ | { | |||
public: | public: | |||
MY_UNKNOWN_IMP3( | MY_UNKNOWN_IMP4( | |||
ICompressFilter, | ||||
ICryptoSetPassword, | ICryptoSetPassword, | |||
ICompressWriteCoderProperties, | ICompressWriteCoderProperties, | |||
// ICryptoResetSalt, | // ICryptoResetSalt, | |||
ICryptoResetInitVector) | ICryptoResetInitVector) | |||
STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream); | STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream); | |||
// STDMETHOD(ResetSalt)(); | // STDMETHOD(ResetSalt)(); | |||
STDMETHOD(ResetInitVector)(); | STDMETHOD(ResetInitVector)(); | |||
CEncoder(); | CEncoder(); | |||
}; | }; | |||
#endif | #endif | |||
class CDecoder: | class CDecoder: | |||
public CBaseCoder, | public CBaseCoder, | |||
public ICompressSetDecoderProperties2 | public ICompressSetDecoderProperties2 | |||
{ | { | |||
public: | public: | |||
MY_UNKNOWN_IMP2( | MY_UNKNOWN_IMP3( | |||
ICompressFilter, | ||||
ICryptoSetPassword, | ICryptoSetPassword, | |||
ICompressSetDecoderProperties2) | ICompressSetDecoderProperties2) | |||
STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size); | STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size); | |||
CDecoder(); | CDecoder(); | |||
}; | }; | |||
}} | }} | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 4 lines changed or added |