diff options
Diffstat (limited to 'CPP/7zip/Common/MethodProps.h')
| -rw-r--r-- | CPP/7zip/Common/MethodProps.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CPP/7zip/Common/MethodProps.h b/CPP/7zip/Common/MethodProps.h index a52f4bc..be108fa 100644 --- a/CPP/7zip/Common/MethodProps.h +++ b/CPP/7zip/Common/MethodProps.h | |||
| @@ -80,7 +80,11 @@ struct CProps | |||
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce = NULL) const; | 82 | HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce = NULL) const; |
| 83 | HRESULT SetCoderProps_DSReduce_Aff(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce, const UInt64 *affinity) const; | 83 | HRESULT SetCoderProps_DSReduce_Aff(ICompressSetCoderProperties *scp, |
| 84 | const UInt64 *dataSizeReduce, | ||
| 85 | const UInt64 *affinity, | ||
| 86 | const UInt32 *affinityGroup, | ||
| 87 | const UInt64 *affinityInGroup) const; | ||
| 84 | }; | 88 | }; |
| 85 | 89 | ||
| 86 | class CMethodProps: public CProps | 90 | class CMethodProps: public CProps |
