vpnui/vpnmanagementui/inc/vpnmanagementuipolicycontainer.h
branchRCL_3
changeset 49 5960d2d03390
parent 41 e06095241a65
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
    86         * Handles listbox events
    86         * Handles listbox events
    87         */
    87         */
    88         void HandleListBoxEventL(
    88         void HandleListBoxEventL(
    89             CEikListBox* aListBox, TListBoxEvent aEventType);
    89             CEikListBox* aListBox, TListBoxEvent aEventType);
    90 
    90 
       
    91         void InstallPoliciesL();
       
    92 
       
    93         void SynchroniseServerL();
       
    94 
       
    95         void UpdatePolicyL(TVpnPolicyId aPolicyId);
       
    96 
       
    97         // from MAcuApiWrapperCaller
       
    98         void NotifyUpdatePolicyCompleteL(TInt aResult);
       
    99         void NotifySynchroniseServerCompleteL(TInt aResult);
       
   100         void NotifyStepChangedL(TInt aResult);
    91 
   101 
    92 
   102 
    93     public: // data
   103     public: // data
    94 
   104 
    95         /**
   105         /**
   114         TInt iListItemCount;
   124         TInt iListItemCount;
   115 
   125 
   116         /**
   126         /**
   117         * If ETrue, Show Waitnote.
   127         * If ETrue, Show Waitnote.
   118         */
   128         */
   119 
   129         TBool iShowWaitNote;
   120 
   130 
   121     private: // functions
   131     private: // functions
   122 
   132 
   123         /**
   133         /**
   124         * Default constructor
   134         * Default constructor
   170         * Gets list of policies from VpnAPI and displays them in listbox.
   180         * Gets list of policies from VpnAPI and displays them in listbox.
   171         * 
   181         * 
   172         */
   182         */
   173         void ShowPoliciesL(); 
   183         void ShowPoliciesL(); 
   174 
   184 
   175 
   185         void PoliciesListEmptyL();
   176 
   186 
   177 
   187 
   178 
   188 
   179 #ifdef __SERIES60_HELP
   189 #ifdef __SERIES60_HELP
   180         /**
   190         /**
   182         * (other items were commented in a header).
   192         * (other items were commented in a header).
   183         */
   193         */
   184         void GetHelpContext(TCoeHelpContext& aContext) const;
   194         void GetHelpContext(TCoeHelpContext& aContext) const;
   185 #endif //__SERIES60_HELP
   195 #endif //__SERIES60_HELP
   186 
   196 
       
   197     protected: //data
       
   198 
       
   199         /**
       
   200         * If ETrue, ConstructL calls PoliciesListEmptyL() method.
       
   201         */
       
   202         TBool iCallPoliciesListEmpty;
   187        
   203        
   188     private: //data
   204     private: //data
   189 
   205 
   190     };
   206     };
   191 
   207