deviceupdatesui/deviceupdates/inc/nsmldmsyncprofile.h
changeset 37 1cab1a4490f8
parent 33 7464c1e21dae
--- a/deviceupdatesui/deviceupdates/inc/nsmldmsyncprofile.h	Sun Mar 21 15:34:22 2010 +0530
+++ b/deviceupdatesui/deviceupdates/inc/nsmldmsyncprofile.h	Sun Apr 18 12:10:52 2010 +0530
@@ -24,7 +24,7 @@
 #include <e32base.h>
 #include <SyncMLClient.h>
 #include <SyncMLClientDM.h>
-#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