diff -r b23265fb36da -r 2f88a7d66f50 bluetoothengine/btnotif/inc/btnotifier.h --- a/bluetoothengine/btnotif/inc/btnotifier.h Tue Apr 27 16:49:44 2010 +0300 +++ b/bluetoothengine/btnotif/inc/btnotifier.h Tue May 11 16:23:08 2010 +0300 @@ -67,6 +67,13 @@ */ virtual ~CBTNotifierBase(); + /** + * A utility function for checking whether autolock is on. + * @param None. + * @return A boolean according to autolock state. + */ + TBool AutoLockOnL(); + protected: // Constructors and destructor /** @@ -78,6 +85,8 @@ * Symbian 2nd phase constructor. */ virtual void ConstructL(); + + protected: // New functions @@ -94,13 +103,6 @@ const RMessagePtr2& aMessage)=0; /** - * A utility function for checking whether autolock is on. - * @param None. - * @return A boolean according to autolock state. - */ - TBool AutoLockOnL(); - - /** * A utility function for setting the power status of Bluetooth. * If the power is not on the user will be presented a query. * @return ETrue if BT is turned on successfully; EFalse otherwise