diff -r 7d11f9a6646f -r c707676bf59f deviceupdatesui/deviceupdates/inc/nsmldmsyncprofile.h --- a/deviceupdatesui/deviceupdates/inc/nsmldmsyncprofile.h Fri Apr 16 14:53:31 2010 +0300 +++ b/deviceupdatesui/deviceupdates/inc/nsmldmsyncprofile.h Mon May 03 12:24:32 2010 +0300 @@ -24,7 +24,7 @@ #include #include #include -#include "NSmlDMdef.h" +#include "nsmldmdef.h" //#include "NSmlDMSyncApp.h" @@ -260,6 +260,16 @@ */ void SetHostAddressL( const TDesC& aText, const TInt aPort ); + + /** + * converts backslash in host address to forward slash + * @param aUrl host address with out backslash + * @param aModifiedUrl host address with out backslash + * @return None + */ + void convertBackslashinUrl( const TDesC& aUrl, TDes& aModifiedUrl ); + + /** * Get port number * @param None