realtimenetprots/sipfw/SigComp/SigCompEngine/src/SigComp.cpp
changeset 55 36ea1f90a3d8
parent 0 307788aac0a8
--- a/realtimenetprots/sipfw/SigComp/SigCompEngine/src/SigComp.cpp	Tue Oct 19 05:33:24 2010 +0530
+++ b/realtimenetprots/sipfw/SigComp/SigCompEngine/src/SigComp.cpp	Thu Oct 21 15:53:21 2010 +0530
@@ -82,10 +82,8 @@
     User::LeaveIfError(rfs.Connect());
     CleanupClosePushL(rfs);
 
-#if !defined(__WINS__) && !defined(__WINSCW__)
     TParsePtrC parser(RProcess().FileName());
-    User::LeaveIfError(rfs.SetSessionPath(parser.Drive()));
-#endif    
+    User::LeaveIfError(rfs.SetSessionPath(parser.Drive()));   
 
     TInt stateLen = 0;
     RFile file;