mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 08:07:09 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
@@ -1,7 +1,5 @@
|
||||
// 7zProperties.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __7Z_PROPERTIES_H
|
||||
#define __7Z_PROPERTIES_H
|
||||
|
||||
@@ -19,33 +17,6 @@ enum // PropID
|
||||
kpidPackedSize4,
|
||||
};
|
||||
|
||||
/*
|
||||
class CEnumArchiveItemProperty:
|
||||
public IEnumSTATPROPSTG,
|
||||
public CComObjectRoot
|
||||
{
|
||||
CRecordVector<UINT32> _fileInfoPopIDs;
|
||||
int _index;
|
||||
public:
|
||||
|
||||
BEGIN_COM_MAP(CEnumArchiveItemProperty)
|
||||
COM_INTERFACE_ENTRY(IEnumSTATPROPSTG)
|
||||
END_COM_MAP()
|
||||
|
||||
DECLARE_NOT_AGGREGATABLE(CEnumArchiveItemProperty)
|
||||
|
||||
DECLARE_NO_REGISTRY()
|
||||
public:
|
||||
CEnumArchiveItemProperty(): _index(0) {};
|
||||
void Init(const CRecordVector<UINT32> &fileInfoPopIDs);
|
||||
|
||||
STDMETHOD(Next) (ULONG numItems, STATPROPSTG *items, ULONG *numFetched);
|
||||
STDMETHOD(Skip) (ULONG numItems);
|
||||
STDMETHOD(Reset) ();
|
||||
STDMETHOD(Clone) (IEnumSTATPROPSTG **enumerator);
|
||||
};
|
||||
*/
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user