diff -r e16d72588c28 -r 8a03a285ab14 commondrm/drmsettingsplugin/inc/drmsettingsplugin.h --- a/commondrm/drmsettingsplugin/inc/drmsettingsplugin.h Fri Mar 12 15:43:46 2010 +0200 +++ b/commondrm/drmsettingsplugin/inc/drmsettingsplugin.h Mon Mar 15 12:41:43 2010 +0200 @@ -21,7 +21,7 @@ // INCLUDES #include -#include +#include #include #include #include @@ -54,7 +54,7 @@ */ class CDRMSettingsPlugin : public CGSBaseView { - + public: // Constructors and destructor /** @@ -71,7 +71,7 @@ private: /** * Symbian OS default constructor. - * + * */ void ConstructL(); @@ -81,19 +81,19 @@ CDRMSettingsPlugin(); public: // from CAknView - + /** * Returns view id. * @return An unsigned integer (view id). */ TUid Id() const; - public: // from MEikCommandObserver + public: // from MEikCommandObserver /** * Handles commands. * @param aCommand Command to be handled. - * + * */ void HandleCommandL( TInt aCommand ); @@ -102,7 +102,7 @@ /** * Updates listbox's item's value. * @param aItemId An item which is updated. - * + * */ void UpdateListBoxL( TInt aItemId ); @@ -112,7 +112,7 @@ * @see CGSPluginInterface header file. */ void GetCaptionL( TDes& aCaption ) const; - + /** * @see CGSPluginInterface header file. */ @@ -130,7 +130,7 @@ void HandleListBoxSelectionL(); private: // new - + /** * Update transaction tracking setting */ @@ -175,11 +175,11 @@ protected: // From MEikMenuObserver void DynInitMenuPaneL( TInt aResourceId, CEikMenuPane* aMenuPane ); - + private: // data //resource loader RConeResourceLoader iResourceLoader; - + TBool iWmdrmSupported; };