mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 10:07:13 -06:00
3.13
This commit is contained in:
26
7zip/UI/Common/UpdatePair.h
Executable file
26
7zip/UI/Common/UpdatePair.h
Executable file
@@ -0,0 +1,26 @@
|
||||
// UpdatePair.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __UPDATEPAIR_H
|
||||
#define __UPDATEPAIR_H
|
||||
|
||||
#include "DirItem.h"
|
||||
#include "UpdateAction.h"
|
||||
|
||||
#include "../../Archive/IArchive.h"
|
||||
|
||||
struct CUpdatePair
|
||||
{
|
||||
NUpdateArchive::NPairState::EEnum State;
|
||||
int ArchiveItemIndex;
|
||||
int DirItemIndex;
|
||||
};
|
||||
|
||||
void GetUpdatePairInfoList(
|
||||
const CObjectVector<CDirItem> &dirItems,
|
||||
const CObjectVector<CArchiveItem> &archiveItems,
|
||||
NFileTimeType::EEnum fileTimeType,
|
||||
CObjectVector<CUpdatePair> &updatePairs);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user