realtimenetprots/sipfw/ProfileAgent/ApnManager/src/sipapnmanager.cpp
branchRCL_3
changeset 26 822e1f077722
parent 9 1e1cc61f56c3
child 42 69df6ed78a6a
equal deleted inserted replaced
20:a7d1e54a7332 26:822e1f077722
   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 =