[commit] r1414 - branches/Breaking_COM_Changes/GME/Interfaces

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Jul 19 14:00:25 CDT 2011


Author: ksmyth
Date: Tue Jul 19 14:00:24 2011
New Revision: 1414

Log:
Should specify encoding for MgaDumper methods

Modified:
   branches/Breaking_COM_Changes/GME/Interfaces/Parser.idl

Modified: branches/Breaking_COM_Changes/GME/Interfaces/Parser.idl
==============================================================================
--- branches/Breaking_COM_Changes/GME/Interfaces/Parser.idl	Tue Jul 19 13:40:10 2011	(r1413)
+++ branches/Breaking_COM_Changes/GME/Interfaces/Parser.idl	Tue Jul 19 14:00:24 2011	(r1414)
@@ -37,16 +37,16 @@
 interface IMgaDumper : IDispatch
 {
 	[helpstring("method DumpProject")]
-	HRESULT DumpProject([in] IMgaProject *p, [in] BSTR xmlfile);
+	HRESULT DumpProject([in] IMgaProject *p, [in] BSTR xmlfile, [in] BSTR encoding);
 
 	[helpstring("method DumpFCOs")]
-	HRESULT DumpFCOs([in] IMgaProject *proj,[in] IMgaFCOs *p, [in] IMgaFolders *f, [in] IMgaRegNodes *r, [in] BSTR xmlfile);
+	HRESULT DumpFCOs([in] IMgaProject *proj,[in] IMgaFCOs *p, [in] IMgaFolders *f, [in] IMgaRegNodes *r, [in] BSTR xmlfile, [in] BSTR encoding);
 
 	[helpstring("method DumpClos")]
-	HRESULT DumpClos( [in] IMgaFCOs *fco, [in] IMgaFolders *fld, [in] BSTR xmlfile, [in] int libr_stub);
+	HRESULT DumpClos( [in] IMgaFCOs *fco, [in] IMgaFolders *fld, [in] BSTR xmlfile, [in] BSTR encoding, [in] int libr_stub);
 
 	[helpstring("method DumpClos with top objects specified")]
-	HRESULT DumpClosR(  [in] IMgaFCOs *fco, [in] IMgaFolders *fld, [in] BSTR xmlfile,
+	HRESULT DumpClosR(  [in] IMgaFCOs *fco, [in] IMgaFolders *fld, [in] BSTR xmlfile, [in] BSTR encoding,
 						[in] IMgaFCOs *topfco, [in] IMgaFolders *topfld, [in] int options, [in] BSTR abspath, [in] BSTR acceptingkinds);
 
 	[propput, helpstring("property FormatVersion")]


More information about the gme-commit mailing list