cmmanager/cmmgr/database/src/cmmanagertableformats.cpp
branchRCL_3
changeset 8 2e6c4614c58e
parent 2 086aae6fc07e
child 20 9c97ad6591ae
child 57 05bc53fe583b
equal deleted inserted replaced
4:77415202bfc8 8:2e6c4614c58e
   131                         | KCDTIdUsageOfWlan ),
   131                         | KCDTIdUsageOfWlan ),
   132       iCellularDataUsageHome( ( aElementId & KCDMaskShowRecordType ) 
   132       iCellularDataUsageHome( ( aElementId & KCDMaskShowRecordType ) 
   133                         | KCDTIdCellularDataUsageHome ),
   133                         | KCDTIdCellularDataUsageHome ),
   134       iCellularDataUsageVisitor( ( aElementId & KCDMaskShowRecordType ) 
   134       iCellularDataUsageVisitor( ( aElementId & KCDMaskShowRecordType ) 
   135                         | KCDTIdCellularDataUsageVisitor )
   135                         | KCDTIdCellularDataUsageVisitor )
   136     {};  	
   136     {
       
   137     iCellularDataUsageHome.SetAttributes(ECDProtectedWrite);
       
   138     iCellularDataUsageVisitor.SetAttributes(ECDProtectedWrite);
       
   139     };  	
   137 
   140 
   138 EXPORT_C TMDBElementId 
   141 EXPORT_C TMDBElementId 
   139     CCDDefConnRecord::TableIdL( CMDBSession& aSession )
   142     CCDDefConnRecord::TableIdL( CMDBSession& aSession )
   140     {
   143     {
   141     return ::TableIdL( aSession, TPtrC( DEFCONN_TABLE ) );
   144     return ::TableIdL( aSession, TPtrC( DEFCONN_TABLE ) );