diff -r 8c9c07ad8b6b -r 65a3ef1d5bd0 voipplugins/voipadapters/dmvoipadapter/inc/nsmldmvoipadapter.h --- a/voipplugins/voipadapters/dmvoipadapter/inc/nsmldmvoipadapter.h Mon Jun 21 15:29:21 2010 +0300 +++ b/voipplugins/voipadapters/dmvoipadapter/inc/nsmldmvoipadapter.h Thu Aug 19 09:45:22 2010 +0300 @@ -623,6 +623,22 @@ * Array for service provider settings. */ RPointerArray iSPSettings; + + /** + * the temporary string used to fetch profile id + */ + HBufC8* iTempProfileIdObject; + + /** + * flag which indicates whether the profile type is set or not + */ + TBool iIsProfileTypeSet; + + /** + * flag which indicates whether the AllowVoIPOverWCDMA flag is + * modified or not + */ + TBool iAllowVoIPOverWCDMAModified; }; #endif // __NSMLDMVOIPADAPTER_H__