connectionutilities/ConnectionDialogs/inc/ConnectionDialogsNotifBase.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
--- a/connectionutilities/ConnectionDialogs/inc/ConnectionDialogsNotifBase.h	Tue Aug 31 15:35:44 2010 +0300
+++ b/connectionutilities/ConnectionDialogs/inc/ConnectionDialogsNotifBase.h	Wed Sep 01 12:23:51 2010 +0100
@@ -108,6 +108,20 @@
         void ConstructL( const TDesC& aResourceFileName,
                          const TBool aResourceFileResponsible );
 
+        /**
+        * ScreenSaverOn()
+        * @param  -
+        * return  ETrue if Screen saver is on, EFalse if not.
+        */
+        TBool ScreenSaverOn();
+
+        /**
+        * AutolockOn()
+        * @param  -
+        * return  ETrue if Autolock is on, EFalse if not.
+        */
+        TBool AutolockOn();
+
     private:
 
         /**