--- a/cellular/telephonysettings/inc/PsetVariationProxy.h Tue Feb 02 01:11:09 2010 +0200
+++ b/cellular/telephonysettings/inc/PsetVariationProxy.h Fri Mar 19 09:40:14 2010 +0200
@@ -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