From: adv Date: Mon, 24 Mar 2014 05:11:05 +0000 (+0000) Subject: Grant privileges for operation. X-Git-Tag: BR_hydro_v1_0_1~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9e438ef387ca8027f2e13aa3c4a163daccd82683;p=modules%2Fhydro.git Grant privileges for operation. --- diff --git a/src/HYDROGUI/HYDROGUI_ZLevelsOp.h b/src/HYDROGUI/HYDROGUI_ZLevelsOp.h index 8bf51b51..c83edef6 100644 --- a/src/HYDROGUI/HYDROGUI_ZLevelsOp.h +++ b/src/HYDROGUI/HYDROGUI_ZLevelsOp.h @@ -38,6 +38,10 @@ public: HYDROGUI_ZLevelsOp( HYDROGUI_Module* theModule ); virtual ~HYDROGUI_ZLevelsOp(); +public: + + virtual bool isGranted() const { return true; } + protected: virtual void startOperation();