diff -r 454d022d514b -r 822c625f7adc htiui/HtiServicePlugins/HtiSysInfoServicePlugin/inc/HtiSysInfoServicePlugin.h --- a/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/inc/HtiSysInfoServicePlugin.h Tue May 11 16:14:15 2010 +0300 +++ b/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/inc/HtiSysInfoServicePlugin.h Wed Jun 09 09:42:37 2010 +0300 @@ -21,6 +21,8 @@ #define HTISYSINFOPLUGIN_H // INCLUDES +#include "../../../symbian_version.hrh" + #include #include #include @@ -48,7 +50,9 @@ void NotifyMemoryChange( TInt aAvailableMemory ); +#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 ) static TInt HandleAllowSSPropertyChange( TAny* aPtr ); +#endif protected: @@ -106,10 +110,12 @@ HBufC8* iMemEater; HBufC8* iReply; CHtiLightsController* iLightsController; + CHtiPropertySubscriber* iAllowSSSubscriber; +#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 ) TInt iAllowSSValue; - CHtiPropertySubscriber* iAllowSSSubscriber; RProperty iAllowSSProperty; TBool iAllowSSPropertyAttached; +#endif TBool iGalleryUpdateSupported; };