diff -r 7d48bed6ce0c -r 987c9837762f vmbx/vmbxengine/tsrc/ut_vmbxengine/inc/ut_simhandler.h --- 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 - -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