diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/handler_application_8h_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/handler_application_8h_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,40 @@ + + +
+ +00001 /* ==================================================================== +00002 * File: handlerApplication.h +00003 * Created: 09/27/05 +00004 * Author: +00005 * Copyright (c): , All rights reserved +00006 * ==================================================================== */ +00007 +00008 #ifndef __HANDLER_APPLICATION_H__ +00009 #define __HANDLER_APPLICATION_H__ +00010 +00011 #include <aknapp.h> +00012 +00013 +00020 class CHandlerApplication : public CAknApplication +00021 { +00022 public: // from CAknApplication +00023 +00030 TUid AppDllUid() const; +00031 +00032 protected: // from CAknApplication +00039 CApaDocument* CreateDocumentL(); +00040 }; +00041 +00042 #endif // __HANDLER_APPLICATION_H__ +