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 __RECIPEEXAPPUI_H__ 00010 #define __RECIPEEXAPPUI_H__ 00011 00012 // Includes 00013 #include <aknviewappui.h> 00014 00020 class CRecipeExAppUi : public CAknViewAppUi 00021 { 00022 public: 00023 // Constructors and destructor 00024 00029 void ConstructL(); 00030 00036 CRecipeExAppUi(); 00037 00042 virtual ~CRecipeExAppUi(); 00043 00044 private: 00045 // Functions from base classes 00046 00052 void HandleCommandL(TInt aCommand); 00053 00054 }; 00055 00056 #endif // __RECIPEEXAPPUI_H__ 00057 00058 // End of File