examples/ForumNokia/S60_3rd_Edition_TextMTM_Example/modules/UI/inc/TxtViewerService.h

00001 
00002 
00003 #ifndef MTXTSERVICE_H
00004 #define MTXTSERVICE_H
00005 
00006 
00007 #include <AknServerApp.h>
00008 #include <ApaServerApp.h>
00009 
00010 #include <MsvApi.h>
00011 
00012 class TEditorParameters
00013 {
00014         public:
00015         TInt iEntry;
00016         TBool iOpenedForEditing;
00017         
00018 };
00019 
00020 
00021 
00022 // client side API class
00023 
00024 class RTxtViewerService : public RAknAppServiceBase
00025         {
00026         public: 
00031                 void OpenL(TEditorParameters aParams);
00032                 
00033         private: // From RApaAppServiceBase
00037                 TUid ServiceUid() const;
00038         };
00039 
00040 #endif

Generated by  doxygen 1.6.2