diff -r 5dedbccec665 -r 5c11946e75b3 pushmtm/Plugins/PushContentHandler/CSLContentHandler.h --- a/pushmtm/Plugins/PushContentHandler/CSLContentHandler.h Mon Mar 15 12:40:52 2010 +0200 +++ b/pushmtm/Plugins/PushContentHandler/CSLContentHandler.h Wed Mar 31 21:35:49 2010 +0300 @@ -88,7 +88,6 @@ */ void CollectGarbageL(); -#ifdef __SERIES60_PUSH_SL /** * Parse the Push SL message using XML parser. @@ -208,7 +207,6 @@ */ inline TBool HrefFlag() const; -#endif // __SERIES60_PUSH_SL private: // Methods from CPushHandlerBase @@ -296,6 +294,7 @@ NW_Uint32 iCharEncoding; ///< Char encoding of the current msg. TBool iSaveAsRead; ///< Mark the message 'read' after saving. + TInt iPushSLEnabled; }; #include "CSLContentHandler.inl"