diff -r fcdfafb36fe7 -r aecbbf00d063 uifw/AknGlobalUI/AknCapServer/inc/AknCapServerEntry.h --- a/uifw/AknGlobalUI/AknCapServer/inc/AknCapServerEntry.h Thu Aug 19 10:11:06 2010 +0300 +++ b/uifw/AknGlobalUI/AknCapServer/inc/AknCapServerEntry.h Tue Aug 31 15:28:30 2010 +0300 @@ -29,7 +29,6 @@ #include #include #endif -#include #include "AknEikSgcs.h" #include "AknNotiferAppServerApplicationInterface.h" @@ -188,24 +187,16 @@ { return iShortTimeGlobalNoteDisplaying; } - - CAknCapAppServerAlternateFs* AlternateFS() - { - return iAlternateFS; - } private: void PublishHiddenList(); void PublishInstalledLanguagesL(); static TInt GlobalNotesAllowedCallBack(TAny* aPtr); - static TInt TelephonyIdleUidCallBack(TAny* aPtr); void HandlePropertyChange(const TInt aProperty); void ProcessInitFlipStatus(); void InitiateOFNStatus(); void LoadAlternateFsPlugin(); void ShowOrDismissAlternateFs(); - static TInt RemoveBlankCallBack( TAny* aThis ); - void DoRemoveBlank(); public: /** @@ -272,11 +263,7 @@ RProperty iGlobalNotesAllowedProperty; CPropertySubscriber* iGlobalNotesAllowedSubscriber; - RProperty iTelephonyIdleUidProperty; - CPropertySubscriber* iTelephonyIdleUidSubscriber; TBool iIdleActive; - RAlfDirectClient iAlfClient; - CPeriodic* iRemoveBlankCallBack; }; #endif // __AKNCAPSERVERENTRY__