]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Grant privileges for operation.
authoradv <adv@opencascade.com>
Mon, 24 Mar 2014 05:11:05 +0000 (05:11 +0000)
committeradv <adv@opencascade.com>
Mon, 24 Mar 2014 05:11:05 +0000 (05:11 +0000)
src/HYDROGUI/HYDROGUI_ZLevelsOp.h

index 8bf51b519c1fc1f6e2302796ab5d0fdf69adc6c0..c83edef659cc49b86bcd997c67e2bc3edcff57b4 100644 (file)
@@ -38,6 +38,10 @@ public:
   HYDROGUI_ZLevelsOp( HYDROGUI_Module* theModule );
   virtual ~HYDROGUI_ZLevelsOp();
 
+public:
+
+  virtual bool               isGranted() const { return true; }
+
 protected:
 
   virtual void startOperation();