aknlayoutcompiler/inc/MLCompData2Cdl.h
changeset 1 b700e12870ca
parent 0 f58d6ec98e88
--- a/aknlayoutcompiler/inc/MLCompData2Cdl.h	Thu Dec 17 09:14:18 2009 +0200
+++ b/aknlayoutcompiler/inc/MLCompData2Cdl.h	Mon Jan 18 21:13:05 2010 +0200
@@ -25,7 +25,7 @@
 #include "MLCompData.h"
 using namespace std;
 
-#include <cdlcompilertoolkit/cdltkinterface.h>
+#include <CdlCompilerToolkit/CdlTkInterface.h>
 using namespace CdlCompilerToolkit;
 
 
@@ -59,7 +59,7 @@
 	static string LineApiName(TMLCompDataLine& aLine);
 	static string LineParamLimitsApiName(TMLCompDataLine& aLine);
 private:
-	static string MLCompDataToCdl::ReturnType(TMLCompDataLine& aLine);
+	static string ReturnType(TMLCompDataLine& aLine);
 	static void ReplaceRemovedAPIs(CCdlTkInterface& aInterface, const TMLCompData& aLayout, bool aDeletesAllowed);
 	static void CleanUpAPIComments(CCdlTkInterface& aInterface);
 	static CCdlTkFunctionApi* ProcessFunctionApi(CCdlTkInterface& aInterface, string aReturnType, string aName, bool& aIsNew);