omadrm/drmhelper/inc/DRMHelperInfoNoteWrapper.h
changeset 23 493788a4a8a4
parent 0 95b198f216e5
--- a/omadrm/drmhelper/inc/DRMHelperInfoNoteWrapper.h	Tue Feb 02 00:21:44 2010 +0200
+++ b/omadrm/drmhelper/inc/DRMHelperInfoNoteWrapper.h	Fri Apr 16 15:14:55 2010 +0300
@@ -22,7 +22,7 @@
 
 //  INCLUDES
 #include <e32base.h>
-#include <aknglobalnote.h>
+#include <AknGlobalNote.h>
 // 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