lowlevellibsandfws/genericusabilitylib/example/src/euserhl_walkthrough.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/lowlevellibsandfws/genericusabilitylib/example/src/euserhl_walkthrough.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/lowlevellibsandfws/genericusabilitylib/example/src/euserhl_walkthrough.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -1217,13 +1217,8 @@
 		}
 		
 		{
-		TInt r =KErrNone;	
 		LCleanedupHandle<RFs> managedFs;
-		r = managedFs->Connect();
-		if (r != KErrNone)
-		 {
-			User::Leave(r);
-		 }
+		managedFs->Connect();
 		//default cleanup strategy is to call RFs::Close() on scope exit
 		}