diff -r c84cf270c54f -r 92ab7f8d0eab phoneapp/phoneuistates/inc/cphonegeneralgsmmessageshandler.h --- a/phoneapp/phoneuistates/inc/cphonegeneralgsmmessageshandler.h Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuistates/inc/cphonegeneralgsmmessageshandler.h Fri Mar 19 09:28:42 2010 +0200 @@ -12,12 +12,12 @@ * Contributors: * * Description: -* Class that does processing for Phone Engine messages that are common -* for all GSM states. Most of the GSM states are intressed of these -* messages but due to the class architecture they don't have any single -* state class to be put into. This class exists to minimize duplicate -* code so that not every GSM class need to implement these same handlings -* for the same messages. +* Class that does processing for Phone Engine messages that are common +* for all GSM states. Most of the GSM states are intressed of these +* messages but due to the class architecture they don't have any single +* state class to be put into. This class exists to minimize duplicate +* code so that not every GSM class need to implement these same handlings +* for the same messages. * */ @@ -75,7 +75,7 @@ private: - + /** * By default EPOC constructor is private. */ @@ -85,14 +85,14 @@ MPhoneState& aActiveState ); - private: - + private: + /** * Show global InfoNote * @param aResourceId resource id to be resolved */ - void SendGlobalInfoNoteL( TInt aResourceId ); - + void SendGlobalInfoNoteL( TInt aResourceId ); + /** * Shows divert indication or sets internal divert flag * depending in which order we receive Incoming and @@ -114,20 +114,20 @@ private: - /** - * Currently active state. - */ - MPhoneStateMachine& iStateMachine; - - /** - * Handle for sending view commands. - */ - MPhoneViewCommandHandle& iViewCommandHandle; - - /** - * Currently active state object. - */ - MPhoneState& iActiveState; + /** + * Currently active state. + */ + MPhoneStateMachine& iStateMachine; + + /** + * Handle for sending view commands. + */ + MPhoneViewCommandHandle& iViewCommandHandle; + + /** + * Currently active state object. + */ + MPhoneState& iActiveState; };