diff -r 5f1cd966e0d9 -r c0c2f28ace9c applayerprotocols/httptransportfw/Test/t_utils/t_utils.cpp --- a/applayerprotocols/httptransportfw/Test/t_utils/t_utils.cpp Thu Aug 19 10:27:19 2010 +0300 +++ b/applayerprotocols/httptransportfw/Test/t_utils/t_utils.cpp Tue Aug 31 15:44:10 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2001-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" @@ -40,6 +40,7 @@ void RHttpTestUtils::InitCommsL() { +#ifndef SIROCCO_CODE_MIGRATION TInt ret = User::LoadPhysicalDevice(PDD_NAME); User::LeaveIfError(ret); @@ -54,5 +55,6 @@ ret = StartC32(); User::LeaveIfError(ret); +#endif //SIROCCO_CODE_MIGRATION }