voipplugins/voipadapters/dmvoipadapter/inc/nsmldmvoipadapter.h
branchRCL_3
changeset 20 65a3ef1d5bd0
parent 10 ed1e38b404e5
equal deleted inserted replaced
18:8c9c07ad8b6b 20:65a3ef1d5bd0
   621 
   621 
   622         /**
   622         /**
   623          * Array for service provider settings.
   623          * Array for service provider settings.
   624          */
   624          */
   625         RPointerArray<CDMVoIPSPSettings> iSPSettings;
   625         RPointerArray<CDMVoIPSPSettings> iSPSettings;
       
   626 
       
   627         /**
       
   628          * the temporary string used to fetch profile id 
       
   629          */
       
   630         HBufC8* iTempProfileIdObject;
       
   631 
       
   632         /**
       
   633          * flag which indicates whether the profile type is set or not
       
   634          */
       
   635         TBool iIsProfileTypeSet;
       
   636         
       
   637         /**
       
   638          * flag which indicates whether the AllowVoIPOverWCDMA flag is 
       
   639          * modified or not
       
   640          */
       
   641         TBool iAllowVoIPOverWCDMAModified;
   626     };
   642     };
   627 
   643 
   628 #endif // __NSMLDMVOIPADAPTER_H__
   644 #endif // __NSMLDMVOIPADAPTER_H__
   629 
   645 
   630 // End of File.
   646 // End of File.