/// \brief
 ///   Destructor
 virtual ~VCallbackList()    {UnregisterAll();}
示例#2
0
PatchManager::~PatchManager()
{
	UnregisterAll();
}