diff -r 594d59766373 -r 7d48bed6ce0c cellular/PsetNotesUi/Inc/PsuiVariationProxy.h --- a/cellular/PsetNotesUi/Inc/PsuiVariationProxy.h Thu Aug 19 10:28:14 2010 +0300 +++ b/cellular/PsetNotesUi/Inc/PsuiVariationProxy.h Tue Aug 31 15:45:17 2010 +0300 @@ -12,9 +12,9 @@ * Contributors: * * Description: -* CPsuiVariationProxy class is proxy class for -* central repository variation -* (Call waiting/distinguish between not provisioned and not activated). +* CPsuiVariationProxy class is proxy class for +* central repository variation +* (Call waiting/distinguish between not provisioned and not activated). * * */ @@ -42,39 +42,39 @@ { public: //constructor & destructor - /* Symbian OS 2-phase Constructor. */ - static CPSuiVariationProxy* NewL(); - - /* Destructor */ - ~CPSuiVariationProxy(); - + /* Symbian OS 2-phase Constructor. */ + static CPSuiVariationProxy* NewL(); + + /* Destructor */ + ~CPSuiVariationProxy(); + public: - /** + /** * Check from member variable 'iFeatures' is the requested feature active. - * - * @param aFeature is uid for used central repository variable. - * @return returns TBool type ETrue/EFalse is current feature enabled or not - */ - - TBool FeatureEnabled( TUint aFeature ) const; + * + * @param aFeature is uid for used central repository variable. + * @return returns TBool type ETrue/EFalse is current feature enabled or not + */ + + TBool FeatureEnabled( TUint aFeature ) const; private: - - /** + + /** * Constructor - * - * Open CenRep, read data into 'iFeatures' and close CenRep - * - */ - void ConstructL(); - + * + * Open CenRep, read data into 'iFeatures' and close CenRep + * + */ + void ConstructL(); + private: - /* Default constructor */ - CPSuiVariationProxy(); + /* Default constructor */ + CPSuiVariationProxy(); private: - // Saves cen rep data. Readed in ConstructL() - TInt iFeatures; - + // Saves cen rep data. Readed in ConstructL() + TInt iFeatures; + }; #endif