examples/SFExamples/RecipeEx/inc/RecipeExApplication.h

00001 // Symbian Foundation Example Code
00002 // 
00003 // This software is in the public domain. No copyright is claimed, and you 
00004 // may use it for any purpose without license from the Symbian Foundation.
00005 // No warranty for any purpose is expressed or implied by the authors or
00006 // the Symbian Foundation. 
00007 
00008 
00009 #ifndef __RECIPEEXAPPLICATION_H__
00010 #define __RECIPEEXAPPLICATION_H__
00011 
00012 // INCLUDES
00013 #include <aknapp.h>
00014 #include "RecipeEx.hrh"
00015 
00016 // UID for the application;
00017 // this should correspond to the uid defined in the mmp file
00018 const TUid KUidRecipeExApp =
00019         {
00020         _UID3
00021         };
00022 
00023 // CLASS DECLARATION
00024 
00031 class CRecipeExApplication : public CAknApplication
00032         {
00033 public:
00034         // Functions from base classes
00035 
00040         TUid AppDllUid() const;
00041 
00042 protected:
00043         // Functions from base classes
00044 
00051         CApaDocument* CreateDocumentL();
00052         };
00053 
00054 #endif // __RECIPEEXAPPLICATION_H__
00055 // End of File

Generated by  doxygen 1.6.2