qtmobility/src/bearer/qnetworkconfigmanager_s60_p.h
branchRCL_3
changeset 8 885c2596c964
parent 6 4203353e74ea
equal deleted inserted replaced
7:e2d33e235f7e 8:885c2596c964
   149     // For QNetworkSessionPrivate to indicate about state changes
   149     // For QNetworkSessionPrivate to indicate about state changes
   150     void configurationStateChangeReport(TUint32 accessPointId,
   150     void configurationStateChangeReport(TUint32 accessPointId,
   151                                    QNetworkSession::State newState);
   151                                    QNetworkSession::State newState);
   152 #ifdef OCC_FUNCTIONALITY_AVAILABLE
   152 #ifdef OCC_FUNCTIONALITY_AVAILABLE
   153     QExplicitlySharedDataPointer<QNetworkConfigurationPrivate> configurationFromEasyWlan(TUint32 apId, TUint connectionId);
   153     QExplicitlySharedDataPointer<QNetworkConfigurationPrivate> configurationFromEasyWlan(TUint32 apId, TUint connectionId);
       
   154     bool easyWlanTrueIapId(TUint32& trueIapId);
   154 #endif
   155 #endif
   155 
   156 
   156 public: // Data
   157 public: // Data
   157     //this table contains an up to date list of all configs at any time.
   158     //this table contains an up to date list of all configs at any time.
   158     //it must be updated if configurations change, are added/removed or
   159     //it must be updated if configurations change, are added/removed or