www.pudn.com > Russian_Diamond(step2).zip > s60testapplication.h
#ifndef __S60TEST_APPLICATION_H__ #define __S60TEST_APPLICATION_H__ #includeclass CS60TestApplication : public CAknApplication { public: // from CAknApplication TUid AppDllUid() const; protected: // from CAknApplication CApaDocument* CreateDocumentL(); }; #endif // __S60TEST_APPLICATION_H__