iaupdate/IAD/ui/inc/iaupdateengine.h
changeset 53 ae54820ef82c
parent 52 92f864ef0288
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
    32 class CIAUpdateGlobalLockHandler;
    32 class CIAUpdateGlobalLockHandler;
    33 class CIAUpdateAutomaticCheck;
    33 class CIAUpdateAutomaticCheck;
    34 class MIAUpdateNode;
    34 class MIAUpdateNode;
    35 class MIAUpdateFwNode;
    35 class MIAUpdateFwNode;
    36 class CEikonEnv;
    36 class CEikonEnv;
    37 class RCmManagerExt;
    37 class RCmManager;
    38 class CIdle;
    38 class CIdle;
    39 class HbAction;
    39 class HbAction;
    40 class IAUpdateResultsDialog;
    40 class IAUpdateResultsDialog;
    41 
    41 
    42 class IAUpdateEngine : public QObject,
    42 class IAUpdateEngine : public QObject,
   204     void SetDefaultConnectionMethodL( bool aTotalSilent );   
   204     void SetDefaultConnectionMethodL( bool aTotalSilent );   
   205     
   205     
   206      /**
   206      /**
   207      * Choose a usable IAP from all SNAPs
   207      * Choose a usable IAP from all SNAPs
   208      *
   208      *
   209      * @param aCmManagerExt handle of connection manager
   209      * @param aCmManager handle of connection manager
   210      */  
   210      */  
   211     uint GetBestIAPInAllSNAPsL( RCmManagerExt& aCmManagerExt  );
   211     uint GetBestIAPInAllSNAPsL( RCmManager& aCmManager );
   212         
   212         
   213      /**
   213      /**
   214      * Choose a usable IAP from Internet SNAP
   214      * Choose a usable IAP from Internet SNAP
   215      *
   215      *
   216      * @param aCmManagerExt handle of connection manager
   216      * @param aCmManager handle of connection manager
   217      */
   217      */
   218     uint GetBestIAPInInternetSNAPL( RCmManagerExt& aCmManagerExt  );
   218     uint GetBestIAPInInternetSNAPL( RCmManager& aCmManager );
   219 
   219 
   220      /**
   220      /**
   221      * Choose the best IAP under the given SNAP
   221      * Choose the best IAP under the given SNAP
   222      *
   222      *
   223      * @param aCmManagerExt handle of connection manager
   223      * @param aCmManager handle of connection manager
   224      * @param aSNAP SNAP ID
   224      * @param aSNAP SNAP ID
   225      */  
   225      */  
   226      uint GetBestIAPInThisSNAPL( RCmManagerExt& aCmManagerExt, uint aSNAP = 0);
   226      uint GetBestIAPInThisSNAPL( RCmManager& aCmManager, uint aSNAP = 0);
   227      
   227      
   228      /**
   228      /**
   229      * Shows update query dialog (now/later) 
   229      * Shows update query dialog (now/later) 
   230      */ 
   230      */ 
   231      void ShowUpdateQueryL();
   231      void ShowUpdateQueryL();