00001 /* 00002 * ============================================================================ 00003 * Name : CTxtViewerService from MuiuMsgEditorService.h 00004 * Part of : msgavkon\muiu 00005 * 00006 * Description: 00007 * Client-side service implementations 00008 * 00009 * Version: 00010 * 00011 * Copyright (C) 2004 Nokia Corporation. 00012 * This material, including documentation and any related 00013 * computer programs, is protected by copyright controlled by 00014 * Nokia Corporation. All rights are reserved. Copying, 00015 * including reproducing, storing, adapting or translating, any 00016 * or all of this material requires the prior written consent of 00017 * Nokia Corporation. This material also contains confidential 00018 * information which may not be disclosed to others without the 00019 * prior written consent of Nokia Corporation. 00020 * 00021 * ============================================================================ 00022 */ 00023 00024 #ifndef MUIUMSGEDITORSERVICE_H 00025 #define MUIUMSGEDITORSERVICE_H 00026 00027 #include <f32file.h> 00028 //#include <EikServerApp.h> 00029 //#include <ApaServerApp.h> 00030 #include <AknServerApp.h> 00031 #include <ApaServerApp.h> 00032 00033 #include <MsvApi.h> 00034 #include "TxtViewerStarter.h" 00035 //#include <MuiuMsgEditorServiceConst.h> 00036 00037 00038 00039 // Lower level client side service class 00040 00041 class RTxtViewerService : public RAknAppServiceBase 00042 { 00043 public: 00048 void OpenEntryL( const TEditorParameters aParams ); 00049 00050 private: // From RApaAppServiceBase 00054 TUid ServiceUid() const; 00055 }; 00056 00057 #endif