realtimenetprots/sipfw/ProfileAgent/ApnManager/src/sipapnmanager.cpp
changeset 23 8798b8c7bbfb
parent 15 8248b03a2669
child 42 69df6ed78a6a
equal deleted inserted replaced
22:f1578314b8da 23:8798b8c7bbfb
   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 =