cmmanager/cmmgr/Framework/Inc/cmdlg.h
changeset 18 fcbbe021d614
parent 1 40cb640ef159
child 24 c45d4fe2ff0a
equal deleted inserted replaced
4:77415202bfc8 18:fcbbe021d614
   185         */
   185         */
   186         TBool CurrentCmInUseL();
   186         TBool CurrentCmInUseL();
   187         
   187         
   188         virtual void ConstructCMArrayL( RArray<TUint32>& aCmIds );
   188         virtual void ConstructCMArrayL( RArray<TUint32>& aCmIds );
   189 
   189 
       
   190         /**
       
   191          * Remove hidden Connection Methods from the Array
       
   192          */
       
   193         virtual void ClearHiddenCMsFromArrayL( RArray<TUint32>& aCmIds );
       
   194                 
   190     public:
   195     public:
   191         /**
   196         /**
   192          * From base class MCmdExec
   197          * From base class MCmdExec
   193          */
   198          */
   194         void HandleLeaveError( TInt aError );
   199         void HandleLeaveError( TInt aError );
   212         
   217         
   213         /**
   218         /**
   214          * Reorder connection methods according to underlying connection in case of vpn
   219          * Reorder connection methods according to underlying connection in case of vpn
   215          */
   220          */
   216         void ReOrderCMsL();
   221         void ReOrderCMsL();
   217         
   222                
   218         /**
       
   219          * Remove hidden Connection Methods from the Array
       
   220          */
       
   221         void ClearHiddenCMsFromArrayL( RArray<TUint32>& aCmIds );
       
   222         
   223         
   223         /**
   224         /**
   224          * Get a proper index in list for priority
   225          * Get a proper index in list for priority
   225          */
   226          */
   226         TInt GetInsertIndexL( TInt aCount, TUint32 aPriority );
   227         TInt GetInsertIndexL( TInt aCount, TUint32 aPriority );