qtmobility/src/bearer/qnetworkconfiguration_s60_p.h
branchRCL_3
changeset 5 4ea83c148e84
parent 0 cfcbf08528c4
child 6 4203353e74ea
equal deleted inserted replaced
4:d965ea371a4f 5:4ea83c148e84
    86 
    86 
    87     QList<QExplicitlySharedDataPointer<QNetworkConfigurationPrivate> > serviceNetworkMembers;
    87     QList<QExplicitlySharedDataPointer<QNetworkConfigurationPrivate> > serviceNetworkMembers;
    88 
    88 
    89     QNetworkConfigurationPrivate::Bearer bearer;
    89     QNetworkConfigurationPrivate::Bearer bearer;
    90     QString bearerName() const;
    90     QString bearerName() const;
       
    91     // So called IAP id from the platform. Remains constant as long as the
       
    92     // platform is aware of the configuration ie. it is stored in the databases
       
    93     // --> does not depend on whether connections are currently open or not.
       
    94     // In practice is the same for the lifetime of the QNetworkConfiguration.
    91     TUint32 numericId;
    95     TUint32 numericId;
       
    96     // So called connection id, or connection monitor ID. A dynamic ID assigned
       
    97     // by RConnectionMonitor whenever a new connection is opened. ConnectionID and
       
    98     // numericId/IAP id have 1-to-1 mapping during the lifetime of the connection at
       
    99     // connection monitor. Notably however it changes whenever a new connection to
       
   100     // a given IAP is created. In a sense it is constant during the time the
       
   101     // configuration remains between states Discovered..Active..Discovered, do not
       
   102     // however relay on this.
    92     TUint connectionId;
   103     TUint connectionId;
    93     
   104     
    94     TAny* manager;
   105     TAny* manager;
    95  
   106  
    96     QString mappingName;
   107     QString mappingName;