examples/ForumNokia/Symbian_OS_Basics_Lab_Exercises_v3_1/Lab_04304.cb1/starter/inc/S60MemoryLabApplication.h

00001 // Copyright: (c) 2006 Nokia Ltd.  All rights reserved.
00002 
00003 #ifndef __S60MemoryLabApplication_H__
00004 #define __S60MemoryLabApplication_H__
00005 
00006 // INCLUDES
00007 #include <aknapp.h>
00008 
00009 // CLASS DECLARATION
00010 
00017 class CS60MemoryLabApplication : 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 // __S60MemoryLabApplication_H__
00039 
00040 // End of File

Generated by  doxygen 1.6.2