[GME-commit] GMESRC/GME/XmlBackEnd CoreXmlFile.cpp,1.17,1.18

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Jun 20 12:16:02 CDT 2007


Update of /project/gme-repository/GMESRC/GME/XmlBackEnd
In directory escher:/tmp/cvs-serv20662/XmlBackEnd

Modified Files:
	CoreXmlFile.cpp 
Log Message:
Temp checkin.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: CoreXmlFile.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/XmlBackEnd/CoreXmlFile.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** CoreXmlFile.cpp	15 Jun 2007 17:02:54 -0000	1.17
--- CoreXmlFile.cpp	20 Jun 2007 17:16:00 -0000	1.18
***************
*** 1868,1872 ****
              // lehet hogy a containert megiscsak tarolni kene??? ezt at kell gondolni!!!
              containers.insert( container );
!             for(AttribMapIter it=container->m_attributes.begin(); it!=container->m_attributes.end(); ++it)
              { 
                  attrid_type at = it->first;
--- 1868,1872 ----
              // lehet hogy a containert megiscsak tarolni kene??? ezt at kell gondolni!!!
              containers.insert( container );
!             for(AttribMapIter it=container->m_attributes.begin(); false && it!=container->m_attributes.end(); ++it)
              { 
                  attrid_type at = it->first;



More information about the GME-commit mailing list