connectionutilities/ConnectionDialogs/inc/ConnectionDialogsNotifBase.h
branchRCL_3
changeset 57 05bc53fe583b
parent 26 0a9e01492035
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
   106         * return  -
   106         * return  -
   107         */
   107         */
   108         void ConstructL( const TDesC& aResourceFileName,
   108         void ConstructL( const TDesC& aResourceFileName,
   109                          const TBool aResourceFileResponsible );
   109                          const TBool aResourceFileResponsible );
   110 
   110 
   111         /**
       
   112         * ScreenSaverOn()
       
   113         * @param  -
       
   114         * return  ETrue if Screen saver is on, EFalse if not.
       
   115         */
       
   116         TBool ScreenSaverOn();
       
   117 
       
   118         /**
       
   119         * AutolockOn()
       
   120         * @param  -
       
   121         * return  ETrue if Autolock is on, EFalse if not.
       
   122         */
       
   123         TBool AutolockOn();
       
   124 
       
   125     private:
   111     private:
   126 
   112 
   127         /**
   113         /**
   128         * CheckBusyL() check busy function
   114         * CheckBusyL() check busy function
   129         * @param  -
   115         * @param  -