applayerprotocols/httptransportfw/Test/t_utils/httptestutils.cpp
branchRCL_3
changeset 20 a0da872af3fa
parent 19 c0c2f28ace9c
--- a/applayerprotocols/httptransportfw/Test/t_utils/httptestutils.cpp	Tue Aug 31 15:44:10 2010 +0300
+++ b/applayerprotocols/httptransportfw/Test/t_utils/httptestutils.cpp	Wed Sep 01 12:21:21 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2001-2009 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"
@@ -569,7 +569,6 @@
 
 EXPORT_C void CHTTPTestUtils::InitCommsL()
 	{
-#ifndef SIROCCO_CODE_MIGRATION  
 	TInt ret = User::LoadPhysicalDevice(PDD_NAME);
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
 
@@ -583,7 +582,6 @@
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
 	ret = StartC32();
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
-#endif //SIROCCO_CODE_MIGRATION
 	}
 
 EXPORT_C void CHTTPTestUtils::HoldOpenConnectionL()