--- a/aknlayoutcompiler/src/Lay2LayPerf.cpp Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/src/Lay2LayPerf.cpp Mon Jan 18 21:13:05 2010 +0200
@@ -23,7 +23,7 @@
#include "Lay2LayPerf.h"
#include "LayoutParse.h"
#include "LayoutCompilerErr.h"
-#include <cdlcompilertoolkit/cdltkprocess.h>
+#include <CdlCompilerToolkit/CdlTkProcess.h>
#include <fstream>
#include <iostream>
#include <algorithm>
@@ -64,10 +64,10 @@
LayoutToLayPerf::LayoutToLayPerf(const string& aCdlName, TLayout& aSourceLayout, const string& aDestLayoutName)
-:
- iCdlName(aCdlName),
+ :
iLayout(aSourceLayout),
- iDestLayoutName(aDestLayoutName)
+ iDestLayoutName(aDestLayoutName),
+ iCdlName(aCdlName)
{
}