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