Salome HOME
*** empty log message ***
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Operation.cxx
index d97485553e3adde1ed3c2ebd6f5046917023f6b8..e43e0a68bab36606375e4788738ce6c2a7c76b2c 100755 (executable)
@@ -183,3 +183,11 @@ bool SMESHGUI_Operation::isStudyLocked( const bool theMess ) const
   return false;
 }
 
+//=======================================================================
+// name    : isValid
+// Purpose :
+//=======================================================================
+bool SMESHGUI_Operation::isValid( SUIT_Operation* op ) const
+{
+  return( op && op->inherits( "SMESHGUI_Operation" ) );
+}