applayerprotocols/ftpengine/ftptest/FTPTEST.H
branchRCL_3
changeset 19 c0c2f28ace9c
parent 0 b16258d2340f
child 20 a0da872af3fa
--- a/applayerprotocols/ftpengine/ftptest/FTPTEST.H	Thu Aug 19 10:27:19 2010 +0300
+++ b/applayerprotocols/ftpengine/ftptest/FTPTEST.H	Tue Aug 31 15:44:10 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -47,6 +47,7 @@
     }
 LOCAL_C void InitCommsL()
 	{
+#ifndef SIROCCO_CODE_MIGRATION
 	TInt err;
 
 	err=User::LoadPhysicalDevice(PDD_NAME);
@@ -56,6 +57,7 @@
 	err=User::LoadLogicalDevice(LDD_NAME);
 	if (err!=KErrNone && err!=KErrAlreadyExists)
 		User::Leave(err);
+#endif //SIROCCO_CODE_MIGRATION
 	}
 
 LOCAL_C void callExampleL() // initialize and call example code under cleanup stack