iaupdate/IAD/firmwareupdate/inc/iaupdatefwsynchandler.h
changeset 53 ae54820ef82c
parent 29 26b6f0522fd8
child 77 d1838696558c
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
    21 #define IAUPDATEFWSYNCHANDLER_H
    21 #define IAUPDATEFWSYNCHANDLER_H
    22 
    22 
    23 // INCLUDES
    23 // INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <SyncMLObservers.h>
    25 #include <SyncMLObservers.h>
    26 #include <cmmanagerext.h>
    26 #include <cmmanager.h>
    27 
    27 
    28 #include "iaupdatefwsyncutil.h"
    28 #include "iaupdatefwsyncutil.h"
    29 #include "iaupdatefwsyncprofile.h"
    29 #include "iaupdatefwsyncprofile.h"
    30 
    30 
    31 #include "iaupdatefwconst.h"
    31 #include "iaupdatefwconst.h"
   270 		TBool SyncRunning();
   270 		TBool SyncRunning();
   271 
   271 
   272     private:
   272     private:
   273         
   273         
   274         TUint32 SelectConnectionMethodL();
   274         TUint32 SelectConnectionMethodL();
   275         TUint32 GetBestIAPInInternetSNAPL( RCmManagerExt& aCmManagerExt  );
   275         TUint32 GetBestIAPInInternetSNAPL( RCmManager& aCmManager );
   276         TUint32 GetBestIAPInThisSNAPL( RCmManagerExt& aCmManagerExt, TUint32 aSNAPID  );
   276         TUint32 GetBestIAPInThisSNAPL( RCmManager& aCmManager, TUint32 aSNAPID  );
   277 
   277 
   278     private:
   278     private:
   279 		// session with sync server
   279 		// session with sync server
   280 		RSyncMLSession*                 iSyncSession;
   280 		RSyncMLSession*                 iSyncSession;
   281 		// app engine
   281 		// app engine