Searched defs:CProxyFile (Results 1 – 1 of 1) sorted by relevance
8 struct CProxyFile struct14 CProxyFile(): Name(NULL), NameLen(0), NeedDeleteName(false) {} in CProxyFile() argument15 …~CProxyFile() { if (NeedDeleteName) delete [](wchar_t *)(void *)Name; } // delete [](wchar_t *)Nam… in ~CProxyFile() argument