remotemgmt_plat/scp_server_api/inc/SCPClient.h
branchRCL_3
changeset 76 3cdbd92ee07b
parent 62 19bba8228ff0
equal deleted inserted replaced
69:a082c848c9a9 76:3cdbd92ee07b
   267         
   267         
   268         /**
   268         /**
   269         * Fetch the limit-values for code length
   269         * Fetch the limit-values for code length
   270         */          
   270         */          
   271         void FetchLimits( TInt& aMin, TInt& aMax );
   271         void FetchLimits( TInt& aMin, TInt& aMax );
   272 		void InformAutolockTask();
   272         /**
       
   273         * Inform the autolock to unlock the screen
       
   274         */
       
   275 				void InformAutolockTask();
   273         TBool isFlagEnabled;        
   276         TBool isFlagEnabled;        
   274     };
   277     };
   275 
   278 
   276 #endif      //SCPCLIENT_H   
   279 #endif      //SCPCLIENT_H   
   277             
   280