[GME-commit]
GMESRC/GME/Parser MgaParserBC.cpp,1.9,1.10 MgaParserSC.cpp,1.11,1.12
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Oct 9 16:25:04 CDT 2006
- Previous message: [GME-commit]
GMESRC/GME/Gme/AutoRoute ArGraph.cpp,1.6,1.7 ArGraph.h,1.3,1.4
- Next message: [GME-commit]
GMESRC/GME/Gme GME.rc,1.151,1.152 GMEView.cpp,1.185,1.186
GMEView.h,1.71,1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/Parser
In directory escher:/tmp/cvs-serv21520
Modified Files:
MgaParserBC.cpp MgaParserSC.cpp
Log Message:
Libraries handled in proper way during parsing.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MgaParserSC.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/MgaParserSC.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** MgaParserSC.cpp 21 Jul 2006 16:50:51 -0000 1.11
--- MgaParserSC.cpp 9 Oct 2006 15:25:02 -0000 1.12
***************
*** 129,133 ****
COMTHROW( project->put_Preferences(project_prefs_orig) );
! for(librecords::iterator i = libstodo.begin(); i != libstodo.end(); i++) { // copied from ParseProject in order to recognize libraries (zolmol)
COMTHROW(i->f->put_LibraryName(CComBSTR(i->libname.c_str())));
COMTHROW(i->f->put_Exempt(VARIANT_FALSE));
--- 129,133 ----
COMTHROW( project->put_Preferences(project_prefs_orig) );
! for(librecords::reverse_iterator i = libstodo.rbegin(); i != libstodo.rend(); i++) { // copied from ParseProject in order to recognize libraries (zolmol)
COMTHROW(i->f->put_LibraryName(CComBSTR(i->libname.c_str())));
COMTHROW(i->f->put_Exempt(VARIANT_FALSE));
Index: MgaParserBC.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/MgaParserBC.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MgaParserBC.cpp 21 Jul 2006 16:50:51 -0000 1.9
--- MgaParserBC.cpp 9 Oct 2006 15:25:02 -0000 1.10
***************
*** 127,131 ****
COMTHROW( project->put_Preferences(project_prefs_orig) );
! for(librecords::iterator i = libstodo.begin(); i != libstodo.end(); i++) { // copied from ParseProject in order to recognize libraries (zolmol)
COMTHROW(i->f->put_LibraryName(CComBSTR(i->libname.c_str())));
COMTHROW(i->f->put_Exempt(VARIANT_FALSE));
--- 127,131 ----
COMTHROW( project->put_Preferences(project_prefs_orig) );
! for(librecords::reverse_iterator i = libstodo.rbegin(); i != libstodo.rend(); i++) { // copied from ParseProject in order to recognize libraries (zolmol)
COMTHROW(i->f->put_LibraryName(CComBSTR(i->libname.c_str())));
COMTHROW(i->f->put_Exempt(VARIANT_FALSE));
- Previous message: [GME-commit]
GMESRC/GME/Gme/AutoRoute ArGraph.cpp,1.6,1.7 ArGraph.h,1.3,1.4
- Next message: [GME-commit]
GMESRC/GME/Gme GME.rc,1.151,1.152 GMEView.cpp,1.185,1.186
GMEView.h,1.71,1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list