Searched refs:CZipCreator (Results 1 – 4 of 4) sorted by relevance
13 class CZipCreator class18 virtual ~CZipCreator();20 static CZipCreator* DoCreate() in DoCreate()22 return new CZipCreator(); in DoCreate()26 static BOOL runThread(CZipCreator* pCreator);29 CZipCreator();
164 CZipCreator::CZipCreator() : m_pimpl(new CZipCreatorImpl) in CZipCreator() function in CZipCreator169 CZipCreator::~CZipCreator() in ~CZipCreator()178 CZipCreator *pCreator = reinterpret_cast<CZipCreator *>(arg); in create_zip_function()182 BOOL CZipCreator::runThread(CZipCreator *pCreator) in runThread()204 void CZipCreator::DoAddItem(PCWSTR pszFile) in DoAddItem()
72 CZipCreator *pCreator = CZipCreator::DoCreate(); in Drop()84 CZipCreator::runThread(pCreator); // pCreator is deleted in runThread in Drop()
21 CZipCreator.cpp