equal
deleted
inserted
replaced
33 { |
33 { |
34 public: |
34 public: |
35 static TelUtils* createInstance(); |
35 static TelUtils* createInstance(); |
36 void getNetworkCodes(std::string& mnc, std::string& mcc); |
36 void getNetworkCodes(std::string& mnc, std::string& mcc); |
37 void getImei(std::string& imei); |
37 void getImei(std::string& imei); |
|
38 static signed int getSecureTime(); |
38 virtual ~TelUtils(); |
39 virtual ~TelUtils(); |
39 |
40 |
40 private: //Methods |
41 private: //Methods |
41 TelUtils(); |
42 TelUtils(); |
42 void ConstructL(); |
43 void ConstructL(); |