int GBLMeasurementDialogEditorApp::ExitInstance() 
{
	// TODO: Add your specialized code here and/or call the base class
	
	DeleteImageList();

	return CWinApp::ExitInstance();
}
/*
 *******************************************************************
 * Function: BOOL ExitInstance( void ) 
 *
 * Description : Main MFC exit point to the DLL
 *		
 *
 * Paramters : 
 *   
 * Returns : 
 *     int  
 *   
 *******************************************************************
 */
int CGBLCommandEditorPluginEditorApp::ExitInstance( void )  
{
    // TODO: Add your specialized code here and/or call the base class
    
    DeleteImageList() ;
    
    return CWinApp::ExitInstance() ;
}
/*
 *******************************************************************
 * Function: BOOL ExitInstance( void ) 
 *
 * Description : Main MFC exit point to the DLL
 *		
 *
 * Parameters : 
 *   
 * Returns : 
 *     int  
 *   
 *******************************************************************
 */
int GBLInterfacePluginsEditorApp::ExitInstance( void )  
{
    // TODO: Add your specialized code here and/or call the base class
    
    DeleteImageList() ;
    
    return CWinApp::ExitInstance() ;
}
示例#4
0
CImageList::~CImageList()
/***********************/
{
    DeleteImageList();
}
示例#5
0
CImageList::~CImageList()
{
        DeleteImageList();
}