applayerprotocols/ftpengine/ftptest/FTPTEST.H
changeset 30 b7f26243ec94
parent 0 b16258d2340f
child 40 a0da872af3fa
--- a/applayerprotocols/ftpengine/ftptest/FTPTEST.H	Fri Jul 16 20:55:05 2010 +0530
+++ b/applayerprotocols/ftpengine/ftptest/FTPTEST.H	Fri Jul 16 20:59:58 2010 +0530
@@ -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