00001 // Copyright (c) 2006 Nokia Corporation. 00002 00003 #ifndef __S60RESOURCELABAPPLICATION_H__ 00004 #define __S60RESOURCELABAPPLICATION_H__ 00005 00006 // INCLUDES 00007 #include <aknapp.h> 00008 00009 // CLASS DECLARATION 00010 00017 class CS60ResourceLabApp : public CAknApplication 00018 { 00019 public: // Functions from base classes 00020 00025 TUid AppDllUid() const; 00026 00027 protected: // Functions from base classes 00028 00035 CApaDocument* CreateDocumentL(); 00036 }; 00037 00038 #endif // __S60RESOURCELABAPPLICATION_H__ 00039 00040 // End of File