[GME-commit] GMESRC/GME/Gme GMEApp.cpp,1.117,1.118
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Jul 19 03:01:02 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv1912/GME/Gme
Modified Files:
GMEApp.cpp
Log Message:
Introduced version and metaversion attributes for MGA projects
CVS User: volgy
Index: GMEApp.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEApp.cpp,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** GMEApp.cpp 7 Jun 2004 15:33:20 -0000 1.117
--- GMEApp.cpp 19 Jul 2004 07:00:59 -0000 1.118
***************
*** 1531,1538 ****
CString dataconn;
COMTRY {
! CComBstrObj paradigm, basename;
CComVariant parguid;
! COMTHROW( parser->GetXMLInfo(PutInBstr(dlg.GetPathName()), PutOut(paradigm),&parguid, PutOut(basename)) );
CMgaOpenDlg opdlg(CMgaOpenDlg::ImportDialog);
--- 1531,1538 ----
CString dataconn;
COMTRY {
! CComBstrObj paradigm, parversion, basename, version;
CComVariant parguid;
! COMTHROW( parser->GetXMLInfo(PutInBstr(dlg.GetPathName()), PutOut(paradigm), PutOut(parversion), &parguid, PutOut(basename), PutOut(version)) );
CMgaOpenDlg opdlg(CMgaOpenDlg::ImportDialog);
More information about the GME-commit
mailing list