00001
00002
00003
00004
00005
00006 #if !defined(AFX_VMS7ZIPARCHIVE_H__20D226EB_843A_4611_9967_99E67DCD3CF1__INCLUDED_)
00007 #define AFX_VMS7ZIPARCHIVE_H__20D226EB_843A_4611_9967_99E67DCD3CF1__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 #include "vmsArchive.h"
00014 #include "vms7zipFormatDLL.h"
00015 #include <archive\mycom.h>
00016 struct IInArchive;
00017 struct IInStream;
00018
00019 class vms7zipArchive : public vmsArchive
00020 {
00021 public:
00022 virtual bool Extract (LPCSTR pszArchive, LPCSTR pszOutFolder);
00023 vms7zipArchive();
00024 virtual ~vms7zipArchive();
00025
00026 protected:
00027 bool Find7zipDLL(vms7zipFormatDLL &dll, LPCSTR pszArchive, bool bByExt, CMyComPtr <IInStream> &spFile, CMyComPtr <IInArchive> &spArc);
00028 };
00029
00030 #endif