phonebookengines/cntsimutility/inc/cntsimutility.h
changeset 46 efe85016a067
parent 40 b46a585f6909
child 66 554fe4dbbb59
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
    17 #ifndef SIMUTILITY_H
    17 #ifndef SIMUTILITY_H
    18 #define SIMUTILITY_H
    18 #define SIMUTILITY_H
    19 
    19 
    20 #include <qglobal.h>
    20 #include <qglobal.h>
    21 #include <QObject>
    21 #include <QObject>
       
    22 #include <QDateTime>
       
    23 
    22 #include <etelmm.h>
    24 #include <etelmm.h>
    23 #include <rmmcustomapi.h>
    25 #include <rmmcustomapi.h>
    24 #include <secuisecuritysettings.h> 
    26 #include <secuisecuritysettings.h> 
    25 #include <secui.h>
    27 #include <secui.h>
    26 
    28 
   109 	SimInfo getSimInfo(int& error);
   111 	SimInfo getSimInfo(int& error);
   110 	AvailableStores getAvailableStores(int& error);
   112 	AvailableStores getAvailableStores(int& error);
   111 	bool verifyPin2Code();
   113 	bool verifyPin2Code();
   112 	bool isFdnActive();
   114 	bool isFdnActive();
   113 	int setFdnStatus(bool activated);
   115 	int setFdnStatus(bool activated);
   114 
   116 	QDateTime getLastImportTime(int& error);
       
   117 	void setLastImportTime(int& error);
       
   118 	
   115 	//async request
   119 	//async request
   116 	bool startGetSimInfo();
   120 	bool startGetSimInfo();
   117 	bool startGetAvailableStores();
   121 	bool startGetAvailableStores();
   118 	bool notifyAdnCacheStatus();
   122 	bool notifyAdnCacheStatus();
   119 	
   123