javacommons/security/src.s60/telutils.h
changeset 47 f40128debb5d
parent 21 2a9601315dfc
child 60 6c158198356e
equal deleted inserted replaced
35:85266cc22c7f 47:f40128debb5d
    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();