diff -r e11368ed4880 -r 4f2773374eff htiui/HtiServicePlugins/HtiPIMServicePlugin/inc/HtiPIMServicePlugin.h --- a/htiui/HtiServicePlugins/HtiPIMServicePlugin/inc/HtiPIMServicePlugin.h Mon May 03 12:32:02 2010 +0300 +++ b/htiui/HtiServicePlugins/HtiPIMServicePlugin/inc/HtiPIMServicePlugin.h Fri May 14 15:53:02 2010 +0300 @@ -21,7 +21,7 @@ #define CHTIPIMSERVICEPLUGIN_H // INCLUDES -#include +#include #include // CONSTANTS @@ -31,8 +31,7 @@ // FORWARD DECLARATIONS class CPIMHandler; class CHtiBookmarkHandler; -class CHtiSimDirHandlerVPbk; - +class CHtiSimDirHandler; // CLASS DECLARATION /** @@ -54,6 +53,9 @@ ENotepadAddMemoFromFile = 0x06, ENotepadDeleteAll = 0x07, + EOpenCalendarFile = 0x08, + EListCalendarFiles = 0x09, + ESimCardInfo = 0x10, EImportSimContact = 0x11, EDeleteSimContact = 0x12, @@ -99,7 +101,7 @@ CPIMHandler* iPimHandler; CHtiBookmarkHandler* iBookmarkHandler; - CHtiSimDirHandlerVPbk* iSimDirHandler; + CHtiSimDirHandler* iSimDirHandler; }; #endif // CHTIPIMSERVICEPLUGIN_H