aknlayoutcompiler/src/MLCompCdl2InstO.cpp
changeset 29 e21deeeacad2
parent 1 b700e12870ca
equal deleted inserted replaced
24:eb091c0ad3c1 29:e21deeeacad2
  1887 		}
  1887 		}
  1888 	ProcessCommonImpl();
  1888 	ProcessCommonImpl();
  1889 	}
  1889 	}
  1890 
  1890 
  1891 void MLCompDataCdlInstanceOpt::WriteInstances()
  1891 void MLCompDataCdlInstanceOpt::WriteInstances()
  1892 	{	bool found = false;
  1892 	{
       
  1893 	bool found = false;
  1893 	for(CCompDataZoomLevelDatas::iterator pZoomLevel = iZoomLevelDatas.begin(); pZoomLevel != iZoomLevelDatas.end(); ++pZoomLevel)
  1894 	for(CCompDataZoomLevelDatas::iterator pZoomLevel = iZoomLevelDatas.begin(); pZoomLevel != iZoomLevelDatas.end(); ++pZoomLevel)
  1894 		{
  1895 		{
  1895 		CCompDatas& compDatas = pZoomLevel->second;
  1896 		CCompDatas& compDatas = pZoomLevel->second;
  1896 		if(!found && compDatas.size() > 0)
  1897 		if(!found && compDatas.size() > 0)
  1897 			{
  1898 			{