diff -r 594d59766373 -r 7d48bed6ce0c cellular/telephonysettings/inc/PsetVariationProxy.h --- a/cellular/telephonysettings/inc/PsetVariationProxy.h Thu Aug 19 10:28:14 2010 +0300 +++ b/cellular/telephonysettings/inc/PsetVariationProxy.h Tue Aug 31 15:45:17 2010 +0300 @@ -12,9 +12,9 @@ * Contributors: * * Description: -* CPsetVariationProxy class is proxy class for -* central repository variation -* (Call waiting/distinguish between not provisioned and not activated). +* CPsetVariationProxy class is proxy class for +* central repository variation +* (Call waiting/distinguish between not provisioned and not activated). * * */ @@ -42,47 +42,47 @@ { public: //constructor & destructor - /* - * Symbian OS 2-phase Constructor. - * - * @param aUid identifing the central repository UID. + /* + * Symbian OS 2-phase Constructor. + * + * @param aUid identifing the central repository UID. * @param aId central repository ID. * @return the created instance. - */ - static CPSetVariationProxy* NewL( const TUid& aUid, + */ + static CPSetVariationProxy* NewL( const TUid& aUid, const TUint aId ); - - /* Destructor */ - ~CPSetVariationProxy(); - + + /* Destructor */ + ~CPSetVariationProxy(); + public: - /** + /** * Check from member variable 'iFeature' 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 IsFeatureEnabled( TUint aFeature ) const; - - private: - - /** - * Constructor - * - * Open CenRep, read data into 'iFeatures' and close CenRep - */ - void ConstructL( const TUid& aUid, const TUint aId ); - + * + * @param aFeature is uid for used central repository variable. + * @return returns TBool type ETrue/EFalse is current feature enabled or not + */ + TBool IsFeatureEnabled( TUint aFeature ) const; + private: - /* Default constructor */ - CPSetVariationProxy(); - + /** + * Constructor + * + * Open CenRep, read data into 'iFeatures' and close CenRep + */ + void ConstructL( const TUid& aUid, const TUint aId ); + private: - // Saves cen rep data readed in ConstructL() - TInt iFeature; + /* Default constructor */ + CPSetVariationProxy(); + + private: + + // Saves cen rep data readed in ConstructL() + TInt iFeature; }; #endif // PSETVARIATIONPROXY_H