applayerprotocols/httpexamples/httpexampleclient/httpexampleutils.cpp
changeset 30 b7f26243ec94
parent 0 b16258d2340f
child 40 a0da872af3fa
--- a/applayerprotocols/httpexamples/httpexampleclient/httpexampleutils.cpp	Fri Jul 16 20:55:05 2010 +0530
+++ b/applayerprotocols/httpexamples/httpexampleclient/httpexampleutils.cpp	Fri Jul 16 20:59:58 2010 +0530
@@ -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"
@@ -35,6 +35,7 @@
 
 void CHttpExampleUtils::InitCommsL()
 	{
+#ifndef SIROCCO_CODE_MIGRATION
 	TInt ret = User::LoadPhysicalDevice(PDD_NAME);
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
 
@@ -48,6 +49,7 @@
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
 	ret = StartC32();
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
+#endif //SIROCCO_CODE_MIGRATION
 	}