Salome HOME
Access to 'Invalid value' of altitude from Bathymetry is added.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operation.h
index 1f3ae1d54971e74d59f95827b18a6c63003a1665..76eab3707d1f54157cf8fafde5ed83f1fb5faa50 100644 (file)
@@ -53,11 +53,10 @@ protected:
 
   virtual HYDROGUI_InputPanel* createInputPanel() const;
 
-  virtual bool processApply( int& theUpdateFlags );
+  virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg );
   virtual void processCancel();
 
   Handle_HYDROData_Document doc() const;
-  Handle_HYDROData_Object findObjectByName( const QString& theName, int theKind ) const;
 
 protected slots:
   virtual void onApply();