00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #include "stdafx.h" 00007 #include "fsArchiveRebuilderStream.h" 00008 00009 #ifdef _DEBUG 00010 #undef THIS_FILE 00011 static char THIS_FILE[]=__FILE__; 00012 #define new DEBUG_NEW 00013 #endif 00014 00015 using namespace fsArchive; 00016 00017 fsArchiveStream::fsArchiveStream() 00018 { 00019 m_dwLastError = NOERROR; 00020 } 00021 00022 fsArchiveStream::~fsArchiveStream() 00023 { 00024 00025 } 00026
1.5.6