diff -r c0c2f28ace9c -r a0da872af3fa applayerprotocols/ftpengine/ftptest/FTPTEST.H --- a/applayerprotocols/ftpengine/ftptest/FTPTEST.H Tue Aug 31 15:44:10 2010 +0300 +++ b/applayerprotocols/ftpengine/ftptest/FTPTEST.H Wed Sep 01 12:21:21 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1998-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" @@ -47,7 +47,6 @@ } LOCAL_C void InitCommsL() { -#ifndef SIROCCO_CODE_MIGRATION TInt err; err=User::LoadPhysicalDevice(PDD_NAME); @@ -57,7 +56,6 @@ 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