examples/ForumNokia/S60_3rd_Edition_TextMTM_Example/modules/Viewer/inc/TxtViewerAppServer.h

00001 
00002 
00003 #ifndef TXTVIEWERAPPSERVER_H
00004 #define TXTVIEWERAPPSERVER_H
00005 
00006 // INCLUDES
00007 
00008 #include <AknServerApp.h>
00009 
00010 
00011 class CTxtViewerAppServer : public CAknAppServer
00012     {
00013     public: // from CAknAppServer
00014     CApaAppServiceBase* CreateServiceL( TUid aServiceType ) const;
00015     protected: // from CPolicyServer
00016         virtual TCustomResult CustomFailureActionL(
00017                                                         const RMessage2& aMsg,
00018                                                         TInt aAction,
00019                                                         const TSecurityInfo& aMissing );
00020     };
00021 
00022 #endif     //TXTVIEWERAPPSERVER_H
00023 
00024 // End of File

Generated by  doxygen 1.6.2