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
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.