diff -r 24062c24fe38 -r 2a26698d78ba phoneapp/phoneuistates/inc/cphonestartupsimlockui.h --- a/phoneapp/phoneuistates/inc/cphonestartupsimlockui.h Fri Mar 12 15:42:40 2010 +0200 +++ b/phoneapp/phoneuistates/inc/cphonestartupsimlockui.h Mon Mar 15 12:40:24 2010 +0200 @@ -55,6 +55,17 @@ const TInt aMessage, TInt aCallId ); + + // From MPhonePubSubObserver + /** + * This function is called when there is property value change. + * @param aCategory Category of the property + * @param aKey Property key that is changed + * @param aValue New property value + */ + IMPORT_C virtual void HandlePropertyChangedL( const TUid& aCategory, + const TUint aKey, const TInt aValue ); + private: /** @@ -80,16 +91,6 @@ */ void ExitSimLockModeL(); - // From MPhonePubSubObserver - /** - * This function is called when there is property value change. - * @param aCategory Category of the property - * @param aKey Property key that is changed - * @param aValue New property value - */ - IMPORT_C virtual void HandlePropertyChangedL( const TUid& aCategory, - const TUint aKey, const TInt aValue ); - /** * Handles startup of the phone application */