uifw/AknGlobalUI/AknCapServer/inc/AknCapServerEntry.h
branchRCL_3
changeset 19 aecbbf00d063
parent 8 71dd06cfe933
child 20 d48ab3b357f1
--- 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 <centralrepository.h>
 #include <PtiDefs.h>
 #endif
-#include <alf/alfdirectclient.h>
 
 #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__