equal
deleted
inserted
replaced
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 { |