PAL13630 ClearLog() method is not implemented

ClearLog() has been implemented
This commit is contained in:
eap 2009-11-18 13:08:34 +00:00
parent f1a5c6c46a
commit a15b046e57

View File

@ -2145,7 +2145,7 @@ throw(SALOME::SALOME_Exception)
void SMESH_Mesh_i::ClearLog() throw(SALOME::SALOME_Exception)
{
if(MYDEBUG) MESSAGE("SMESH_Mesh_i::ClearLog");
// ****
_impl->ClearLog();
}
//=============================================================================