--- a/qtmobility/src/systeminfo/symbian/telephonyinfo_s60.h Mon May 03 13:18:40 2010 +0300
+++ b/qtmobility/src/systeminfo/symbian/telephonyinfo_s60.h Fri May 14 16:41:33 2010 +0300
@@ -53,7 +53,6 @@
{
public:
virtual void batteryLevelChanged() = 0;
- virtual void powerStateChanged() = 0;
virtual void countryCodeChanged() = 0;
virtual void networkCodeChanged() = 0;
@@ -125,24 +124,6 @@
QString m_imsi;
};
-/*
-class CIndicatorInfo : public CTelephonyInfo
-{
-public:
- CIndicatorInfo(CTelephony &telephony);
-
-protected:
- void DoCancel();
-
-public:
- bool isBatteryCharging() const;
-
-private:
- CTelephony::TBatteryInfoV1Pckg m_batteryInfoV1Pckg;
- CTelephony::TBatteryInfoV1 m_batteryInfoV1;
-};
-*/
-
class CBatteryInfo : public CTelephonyInfo
{
public:
@@ -155,7 +136,6 @@
public:
int batteryLevel() const;
- CTelephony::TBatteryStatus powerState() const;
private:
bool m_initializing;
@@ -165,9 +145,6 @@
int m_batteryLevel;
int m_previousBatteryLevel;
-
- CTelephony::TBatteryStatus m_powerState;
- CTelephony::TBatteryStatus m_previousPowerState;
};
class CCellNetworkInfo : public CTelephonyInfo