equal
deleted
inserted
replaced
214 // |
214 // |
215 TBool CSIPApnManager::IsIapGPRSL( TUint32 aIapId ) |
215 TBool CSIPApnManager::IsIapGPRSL( TUint32 aIapId ) |
216 { |
216 { |
217 TBool isIapGPRS(EFalse); |
217 TBool isIapGPRS(EFalse); |
218 using namespace CommsDat; |
218 using namespace CommsDat; |
219 CMDBSession* db = CMDBSession::NewL( CMDBSession::LatestVersion() ); |
219 CMDBSession* db = CMDBSession::NewL( KCDVersion1_1 ); |
220 CleanupStack::PushL( db ); |
220 CleanupStack::PushL( db ); |
221 // Set any attributes if any |
221 // Set any attributes if any |
222 db->SetAttributeMask( ECDHidden ); |
222 db->SetAttributeMask( ECDHidden ); |
223 // Create an iap record |
223 // Create an iap record |
224 CCDIAPRecord* iapRecord = |
224 CCDIAPRecord* iapRecord = |