diff -r 01fc9b7302d1 -r 8b4f687b7a95 aknlayoutcompiler/src/LayCdl2InstO.cpp --- a/aknlayoutcompiler/src/LayCdl2InstO.cpp Wed Sep 01 12:16:33 2010 +0100 +++ b/aknlayoutcompiler/src/LayCdl2InstO.cpp Tue Sep 14 23:14:45 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2004 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" @@ -466,7 +466,7 @@ // added. extern string KExtraCpp; string KExtraCpp = "\ -#include \"aknlayout2decode.h\"\n\ +#include \"AknLayout2Decode.h\"\n\ namespace $INTERFACE_NS { extern const TUint8 KByteCodedData[]; }\n"; extern string KInitialCpp; string KInitialCpp ="\ @@ -803,7 +803,7 @@ } const string KCommonImplStart = "\ -#include \"aknlayout2decode.h\"\n\ +#include \"AknLayout2Decode.h\"\n\ namespace $NAMESPACENAME { extern TUint8 const KByteCodedData[] = {\n"; const string KCommonImplImpl = "\