//---------------------------------------------------------
bool CWKSP_Module_Manager::Finalise(void)
{
    SG_ODBC_Get_Connection_Manager().Destroy();

    _Config_Write();

    return( true );
}
Example #2
0
//---------------------------------------------------------
extern "C" _SAGA_DLL_EXPORT bool TLB_Finalize	(void)
{
	return( SG_ODBC_Get_Connection_Manager().Destroy() );
}