Salome HOME
Refactoring
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.cxx
index 5202b4abfc648e2d8bd7165ce3b3c1ef56ae3155..998ca015d1754a72f3262f4dd7bad25f434774e9 100644 (file)
@@ -138,6 +138,36 @@ bool SMESH_Hypothesis_i::IsPublished(){
   return res;
 }
 
+//=============================================================================
+/*!
+ *  SMESH_Hypothesis_i::GetEntry()
+ */
+//=============================================================================
+char* SMESH_Hypothesis_i::GetEntry()
+{
+  return NULL;
+}
+
+//=============================================================================
+/*!
+ *  SMESH_Hypothesis_i::GetComponent()
+ */
+//=============================================================================
+char* SMESH_Hypothesis_i::GetComponent()
+{
+  return CORBA::string_dup( "SMESH" );
+}
+
+//=============================================================================
+/*!
+ *  SMESH_Hypothesis_i::IsValid()
+ */
+//=============================================================================
+char* SMESH_Hypothesis_i::IsValid()
+{
+  return true;
+}
+
 //=============================================================================
 /*!
  *  SMESH_Hypothesis_i::SetParameters()
@@ -186,6 +216,16 @@ SALOME::StringArray* SMESH_Hypothesis_i::GetParameters()
   return NULL;
 }
 
+//=============================================================================
+/*!
+ * SMESH_Hypothesis_i::Update()
+ *
+ */
+//=============================================================================
+void SMESH_Hypothesis_i::Update( SALOME::Notebook_ptr theNotebook )
+{
+}
+
 //=============================================================================
 /*!
  *  SMESH_Hypothesis_i::GetImpl