diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/Archive/Nsis/NsisHandler.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/CPP/7zip/Archive/Nsis/NsisHandler.h b/CPP/7zip/Archive/Nsis/NsisHandler.h index 1eb8b73..bb90bfe 100644 --- a/CPP/7zip/Archive/Nsis/NsisHandler.h +++ b/CPP/7zip/Archive/Nsis/NsisHandler.h | |||
@@ -1,7 +1,7 @@ | |||
1 | // NSisHandler.h | 1 | // NSisHandler.h |
2 | 2 | ||
3 | #ifndef __NSIS_HANDLER_H | 3 | #ifndef ZIP7_INC_NSIS_HANDLER_H |
4 | #define __NSIS_HANDLER_H | 4 | #define ZIP7_INC_NSIS_HANDLER_H |
5 | 5 | ||
6 | #include "../../../Common/MyCom.h" | 6 | #include "../../../Common/MyCom.h" |
7 | 7 | ||
@@ -14,10 +14,8 @@ | |||
14 | namespace NArchive { | 14 | namespace NArchive { |
15 | namespace NNsis { | 15 | namespace NNsis { |
16 | 16 | ||
17 | class CHandler: | 17 | Z7_CLASS_IMP_CHandler_IInArchive_0 |
18 | public IInArchive, | 18 | |
19 | public CMyUnknownImp | ||
20 | { | ||
21 | CInArchive _archive; | 19 | CInArchive _archive; |
22 | AString _methodString; | 20 | AString _methodString; |
23 | 21 | ||
@@ -25,10 +23,6 @@ class CHandler: | |||
25 | bool GetCompressedSize(unsigned index, UInt32 &size) const; | 23 | bool GetCompressedSize(unsigned index, UInt32 &size) const; |
26 | 24 | ||
27 | // AString GetMethod(NMethodType::EEnum method, bool useItemFilter, UInt32 dictionary) const; | 25 | // AString GetMethod(NMethodType::EEnum method, bool useItemFilter, UInt32 dictionary) const; |
28 | public: | ||
29 | MY_UNKNOWN_IMP1(IInArchive) | ||
30 | |||
31 | INTERFACE_IInArchive(;) | ||
32 | }; | 26 | }; |
33 | 27 | ||
34 | }} | 28 | }} |