diff -r f58d6ec98e88 -r b700e12870ca aknlayoutcompiler/inc/MLCompData2Cdl.h --- 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 +#include 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);