[GME-commit] GMESRC/GME/Parser MgaXslt.cpp,1.9,1.10

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Oct 4 18:47:34 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Parser
In directory escher:/tmp/cvs-serv14870

Modified Files:
	MgaXslt.cpp 
Log Message:
Now the mga.dtd file is really created if not present.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaXslt.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/MgaXslt.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MgaXslt.cpp	31 Aug 2005 20:46:19 -0000	1.9
--- MgaXslt.cpp	4 Oct 2005 17:47:32 -0000	1.10
***************
*** 10,14 ****
  std::string CMgaXslt::getMgaDTDFromResource()
  {
! 	HMODULE hm = GetModuleHandle("PARSER2.DLL");
  	if( !hm) return "";
  
--- 10,14 ----
  std::string CMgaXslt::getMgaDTDFromResource()
  {
! 	HMODULE hm = GetModuleHandle("PARSER.DLL");
  	if( !hm) return "";
  



More information about the GME-commit mailing list