uifw/AknGlobalUI/AknCapServer/inc/AknCapServerEntry.h
changeset 26 62ef28f7b435
parent 0 2f259fa3e83a
equal deleted inserted replaced
22:75713bee6484 26:62ef28f7b435
   190     
   190     
   191 private:
   191 private:
   192     void PublishHiddenList();
   192     void PublishHiddenList();
   193     void PublishInstalledLanguagesL();
   193     void PublishInstalledLanguagesL();
   194     static TInt GlobalNotesAllowedCallBack(TAny* aPtr);
   194     static TInt GlobalNotesAllowedCallBack(TAny* aPtr);
   195     static TInt TelephonyIdleUidCallBack(TAny* aPtr);
       
   196     void HandlePropertyChange(const TInt aProperty);
   195     void HandlePropertyChange(const TInt aProperty);
   197     void ProcessInitFlipStatus();
   196     void ProcessInitFlipStatus();
   198     void InitiateOFNStatus();
   197     void InitiateOFNStatus();
   199     void LoadAlternateFsPlugin();
   198     void LoadAlternateFsPlugin();
   200     void ShowOrDismissAlternateFs();
   199     void ShowOrDismissAlternateFs();
   262 
   261 
   263 private:
   262 private:
   264     RProperty iGlobalNotesAllowedProperty;
   263     RProperty iGlobalNotesAllowedProperty;
   265     CPropertySubscriber* iGlobalNotesAllowedSubscriber;
   264     CPropertySubscriber* iGlobalNotesAllowedSubscriber;
   266     
   265     
   267     RProperty iTelephonyIdleUidProperty;
       
   268     CPropertySubscriber* iTelephonyIdleUidSubscriber;
       
   269     TBool iIdleActive;
   266     TBool iIdleActive;
   270     };
   267     };
   271 
   268 
   272 #endif // __AKNCAPSERVERENTRY__
   269 #endif // __AKNCAPSERVERENTRY__
   273 
   270