networkingtestandutils/networkingintegrationtest/Te_Http/src/TeInit.cpp
changeset 51 78fceed50f62
parent 0 af10295192d8
child 58 8d540f55e491
child 71 a800ea6cb454
--- a/networkingtestandutils/networkingintegrationtest/Te_Http/src/TeInit.cpp	Tue Jul 06 16:04:34 2010 +0300
+++ b/networkingtestandutils/networkingintegrationtest/Te_Http/src/TeInit.cpp	Wed Aug 18 11:18:20 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2002-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,7 +47,7 @@
 	{
 
 	TInt err;
-
+#ifndef SIROCCO_CODE_MIGRATION 
 	INFO_PRINTF1(_L("Load PDD"));	
 	err = User::LoadPhysicalDevice(PDD_NAME);
 	if (err != KErrNone && err != KErrAlreadyExists)
@@ -56,7 +56,7 @@
 		SetTestStepResult(EFail);
 		User::Leave(err);
 		}
-
+#endif
 	INFO_PRINTF1(_L("Load LDD"));	
 	err = User::LoadLogicalDevice(LDD_NAME);
 	if (err != KErrNone && err != KErrAlreadyExists)