[GME-commit] GMESRC/GME/Core CoreProject.cpp,1.12,1.13
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Sep 14 10:00:09 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Core
In directory braindrain:/tmp/cvs-serv1042
Modified Files:
CoreProject.cpp
Log Message:
no message
CVS User: bogyom
Index: CoreProject.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Core/CoreProject.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** CoreProject.cpp 18 Dec 2002 00:58:00 -0000 1.12
--- CoreProject.cpp 14 Sep 2004 14:00:07 -0000 1.13
***************
*** 10,13 ****
--- 10,14 ----
#include "CoreODBC.h"
#include "CoreMetaProject.h"
+ //#include "XmlBackEnd.h"
// --------------------------- CCoreProject
***************
*** 201,204 ****
--- 202,212 ----
corestorage = binfile;
}
+ else if( con == "MGX" )
+ {
+ CComObjPtr<ICoreStorage> xmlfile;
+ xmlfile.CoCreateInstance( L"Mga.CoreXmlFile" );
+
+ corestorage = xmlfile;
+ }
else
COMTHROW(E_UNKNOWN_STORAGE);
***************
*** 281,284 ****
--- 289,299 ----
corestorage = database;
+ }
+ else if( con == "MGX" )
+ {
+ CComObjPtr<ICoreStorage> xmlfile;
+ xmlfile.CoCreateInstance( L"Mga.CoreXmlFile" );
+
+ corestorage = xmlfile;
}
else
More information about the GME-commit
mailing list