diff -r 7d48bed6ce0c -r 987c9837762f cellular/telephonysettings/inc/PsetVariationProxy.h --- a/cellular/telephonysettings/inc/PsetVariationProxy.h Tue Aug 31 15:45:17 2010 +0300 +++ b/cellular/telephonysettings/inc/PsetVariationProxy.h Wed Sep 01 12:15:03 2010 +0100 @@ -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; - + * + * @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 ); + private: - /** - * Constructor - * - * Open CenRep, read data into 'iFeatures' and close CenRep - */ - void ConstructL( const TUid& aUid, const TUint aId ); - + /* Default constructor */ + CPSetVariationProxy(); + private: - /* Default constructor */ - CPSetVariationProxy(); - - private: - - // Saves cen rep data readed in ConstructL() - TInt iFeature; + // Saves cen rep data readed in ConstructL() + TInt iFeature; }; #endif // PSETVARIATIONPROXY_H