qtmobility/src/bearer/qnetworksession_s60_p.h
branchRCL_3
changeset 21 885c2596c964
parent 13 4203353e74ea
equal deleted inserted replaced
20:e2d33e235f7e 21:885c2596c964
    62 #include <es_sock.h>
    62 #include <es_sock.h>
    63 #include <rconnmon.h>
    63 #include <rconnmon.h>
    64 #ifdef SNAP_FUNCTIONALITY_AVAILABLE
    64 #ifdef SNAP_FUNCTIONALITY_AVAILABLE
    65     #include <comms-infras/cs_mobility_apiext.h>
    65     #include <comms-infras/cs_mobility_apiext.h>
    66 #endif
    66 #endif
    67 #ifdef OCC_FUNCTIONALITY_AVAILABLE
    67 #if defined(OCC_FUNCTIONALITY_AVAILABLE) && defined(SNAP_FUNCTIONALITY_AVAILABLE)
    68     #include <extendedconnpref.h>
    68     #include <extendedconnpref.h>
    69 #endif
    69 #endif
    70 
    70 
    71 QTM_BEGIN_NAMESPACE
    71 QTM_BEGIN_NAMESPACE
    72 
    72 
   130     void DoCancel();
   130     void DoCancel();
   131     
   131     
   132 private Q_SLOTS:
   132 private Q_SLOTS:
   133     void configurationStateChanged(TUint32 accessPointId, TUint32 connMonId, QNetworkSession::State newState);
   133     void configurationStateChanged(TUint32 accessPointId, TUint32 connMonId, QNetworkSession::State newState);
   134     void configurationRemoved(const QNetworkConfiguration& config);
   134     void configurationRemoved(const QNetworkConfiguration& config);
       
   135     void configurationAdded(const QNetworkConfiguration& config);
   135     
   136     
   136 private:
   137 private:
   137     TUint iapClientCount(TUint aIAPId) const;
   138     TUint iapClientCount(TUint aIAPId) const;
   138     quint64 transferredData(TUint dataType) const;
   139     quint64 transferredData(TUint dataType) const;
   139     bool newState(QNetworkSession::State newState, TUint accessPointId = 0);
   140     bool newState(QNetworkSession::State newState, TUint accessPointId = 0);
   173     
   174     
   174     bool iHandleStateNotificationsFromManager;
   175     bool iHandleStateNotificationsFromManager;
   175     bool iFirstSync;
   176     bool iFirstSync;
   176     bool iStoppedByUser;
   177     bool iStoppedByUser;
   177     bool iClosedByUser;
   178     bool iClosedByUser;
   178     TUint32 iDeprecatedConnectionId;
       
   179     
   179     
   180 #ifdef SNAP_FUNCTIONALITY_AVAILABLE    
   180 #ifdef SNAP_FUNCTIONALITY_AVAILABLE    
   181     CActiveCommsMobilityApiExt* iMobility;
   181     CActiveCommsMobilityApiExt* iMobility;
   182 #endif    
   182 #endif    
   183     
   183     
   188     
   188     
   189     QList<QString> iKnownConfigsBeforeConnectionStart;
   189     QList<QString> iKnownConfigsBeforeConnectionStart;
   190     
   190     
   191     TUint32 iOldRoamingIap;
   191     TUint32 iOldRoamingIap;
   192     TUint32 iNewRoamingIap;
   192     TUint32 iNewRoamingIap;
       
   193 
       
   194     bool isOpening;
   193 
   195 
   194     friend class QNetworkSession;
   196     friend class QNetworkSession;
   195     friend class ConnectionProgressNotifier;
   197     friend class ConnectionProgressNotifier;
   196 };
   198 };
   197 
   199