vmbx/vmbxengine/tsrc/ut_vmbxengine/inc/ut_simhandler.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
--- a/vmbx/vmbxengine/tsrc/ut_vmbxengine/inc/ut_simhandler.h	Tue Aug 31 15:45:17 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-#ifndef UT_SIMHANDLER_H
-#define UT_SIMHANDLER_H
-
-#include <QObject>
-
-class CVmbxSimHandler;
-
-class Ut_SimHandler : public QObject
-{
-    Q_OBJECT
-    
-public:
-    Ut_SimHandler();
-    virtual ~Ut_SimHandler();
-    
-private slots:
-    void testCreateAndDelete();
-    //void testGetL();
-    //void testSave();
-    void testIsWritable();
-    void testNotifyStoreEvent();        
-    void testPhoneBookType();
-    void testCancelAsyncRequest();
-    
-private:
-    void createSim();
-    void deleteSim();
-    
-private:
-    CVmbxSimHandler *mSim;
-};
-
-#endif // UT_SIMHANDLER_H