[GME-commit] GMESRC/GME/Gme GMEOLEData.cpp,1.19,1.20
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Sep 28 18:44:09 CDT 2004
- Previous message: [GME-commit]
GMESRC/GME/MgaUtil ClosureDlg.cpp,1.4,1.5 MakeClosure.cpp,1.9,1.10
MakeClosure.h,1.5,1.6 MgaUtil.rc,1.41,1.42
- Next message: [GME-commit] GMESRC/GME/Parser MgaParserBC.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv20901
Modified Files:
GMEOLEData.cpp
Log Message:
More information what is happening upon parsing xml.
CVS User: zolmol
Index: GMEOLEData.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEOLEData.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** GMEOLEData.cpp 27 Sep 2004 22:01:39 -0000 1.19
--- GMEOLEData.cpp 28 Sep 2004 22:44:07 -0000 1.20
***************
*** 266,270 ****
CComPtr<IGMEOLEApp> t_GME = CGMEDataSource::get_GME( t_project);
! CComBSTR msg;
if( ver == "0")
{
--- 266,271 ----
CComPtr<IGMEOLEApp> t_GME = CGMEDataSource::get_GME( t_project);
! CComBSTR msg, done;
! done.Append("Done.");
if( ver == "0")
{
***************
*** 272,275 ****
--- 273,277 ----
if( t_GME) COMTHROW( t_GME->ConsoleMessage( msg, MSG_INFO));
COMTHROW( parser->ParseFCOs(target, PutInBstr(filename)) );
+ if( t_GME) COMTHROW( t_GME->ConsoleMessage( done, MSG_INFO));
}
else if( ver == "4")
***************
*** 278,281 ****
--- 280,284 ----
if( t_GME) COMTHROW( t_GME->ConsoleMessage( msg, MSG_INFO));
COMTHROW( parser->ParseClos4( target, PutInBstr(filename)) );
+ if( t_GME) COMTHROW( t_GME->ConsoleMessage( done, MSG_INFO));
}
else if ( ver == "1" || ver == "")
***************
*** 284,287 ****
--- 287,291 ----
if( t_GME) COMTHROW( t_GME->ConsoleMessage( msg, MSG_INFO));
COMTHROW( parser->ParseClos1(target, PutInBstr(filename)) );
+ if( t_GME) COMTHROW( t_GME->ConsoleMessage( done, MSG_INFO));
}
else
- Previous message: [GME-commit]
GMESRC/GME/MgaUtil ClosureDlg.cpp,1.4,1.5 MakeClosure.cpp,1.9,1.10
MakeClosure.h,1.5,1.6 MgaUtil.rc,1.41,1.42
- Next message: [GME-commit] GMESRC/GME/Parser MgaParserBC.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list