javacommons/security/src.s60/telutils.h
branchRCL_3
changeset 21 4376525cdefb
parent 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
    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();