00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef __RECIPEEXAPPLICATION_H__
00010 #define __RECIPEEXAPPLICATION_H__
00011
00012
00013 #include <aknapp.h>
00014 #include "RecipeEx.hrh"
00015
00016
00017
00018 const TUid KUidRecipeExApp =
00019 {
00020 _UID3
00021 };
00022
00023
00024
00031 class CRecipeExApplication : public CAknApplication
00032 {
00033 public:
00034
00035
00040 TUid AppDllUid() const;
00041
00042 protected:
00043
00044
00051 CApaDocument* CreateDocumentL();
00052 };
00053
00054 #endif // __RECIPEEXAPPLICATION_H__
00055