diff -r e16d72588c28 -r 8a03a285ab14 omadrm/drmhelper/inc/DRMHelperInfoNoteWrapper.h --- a/omadrm/drmhelper/inc/DRMHelperInfoNoteWrapper.h Fri Mar 12 15:43:46 2010 +0200 +++ b/omadrm/drmhelper/inc/DRMHelperInfoNoteWrapper.h Mon Mar 15 12:41:43 2010 +0200 @@ -22,7 +22,7 @@ // INCLUDES #include -#include +#include // CONSTANTS // MACROS @@ -44,14 +44,14 @@ NONSHARABLE_CLASS ( CDRMHelperInfoNoteWrapper ) : public CActive { public: // Constructors and destructor - + /** * Two-phased constructor. */ static CDRMHelperInfoNoteWrapper* NewL(); - + static CDRMHelperInfoNoteWrapper* NewLC(); - + /** * Destructor. */ @@ -63,31 +63,31 @@ /** * Synchronous wrapper for showing global note. * @param aType type of Info note to be displayed - * @param aNoteText string containing note text + * @param aNoteText string containing note text * @param aResource resource identifier - * @param aString is transferred for CoverUi string data + * @param aString is transferred for CoverUi string data * @param aValue is transferred for CoverUi numerical data * @return button code */ - void ShowNoteL( TAknGlobalNoteType aType, + void ShowNoteL( TAknGlobalNoteType aType, const TDesC& aNoteText, - TInt aResourceId = -1, + TInt aResourceId = -1, const TDesC& aString = KNullDesC, TInt aValue = -1 ); /** * Synchronous wrapper for showing global note. * @param[inout] aResourceId takes primary display - * resource ID and returns CoverUiId + * resource ID and returns CoverUiId * @return boolean if ID was valid CoverUiId */ static TBool EvaluateCoverResourceId( TInt& aResourceId ); - + private: // From CActive - - void DoCancel(); - void RunL(); - + + void DoCancel(); + void RunL(); + private: /** @@ -98,14 +98,14 @@ /** * By default Symbian 2nd phase constructor is private. */ - void ConstructL(); - + void ConstructL(); + private: // Data - CAknGlobalNote* iNote; + CAknGlobalNote* iNote; }; -#endif // __DRMHELPERINFONOTEWRAPPER_H__ - +#endif // __DRMHELPERINFONOTEWRAPPER_H__ + // End of File