[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h,1.39,1.40
MgaUtil.idl,1.31,1.32 Parser.idl,1.5,1.6
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Apr 15 18:41:30 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Interfaces
In directory braindrain:/tmp/cvs-serv6090
Modified Files:
InterfaceVersion.h MgaUtil.idl Parser.idl
Log Message:
Error string added to ApplyXslt.
Comment removed from MgaUtil::IMgaXsltFileSel
InterfaceVersion.h MgaUtil.idl Parser.idl
CVS User: zolmol
Index: InterfaceVersion.h
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** InterfaceVersion.h 8 Apr 2004 18:02:55 -0000 1.39
--- InterfaceVersion.h 15 Apr 2004 22:41:24 -0000 1.40
***************
*** 6,13 ****
// CHECKSUM Meta.idl = 0CCCDDE1
// CHECKSUM Mga.idl = 2796B781
! // CHECKSUM MgaUtil.idl = 067F5F71
// CHECKSUM MgaDecorator.idl = E2851BB1
// CHECKSUM Gme.idl = 577FEF8D
! // CHECKSUM Parser.idl = D66BAFDC
--- 6,13 ----
// CHECKSUM Meta.idl = 0CCCDDE1
// CHECKSUM Mga.idl = 2796B781
! // CHECKSUM MgaUtil.idl = AE2F342D
// CHECKSUM MgaDecorator.idl = E2851BB1
// CHECKSUM Gme.idl = 577FEF8D
! // CHECKSUM Parser.idl = 839A812A
***************
*** 18,22 ****
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x0002001C")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x0002001C
--- 18,22 ----
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x0002001F")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x0002001F
Index: MgaUtil.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/MgaUtil.idl,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** MgaUtil.idl 8 Apr 2004 18:02:55 -0000 1.31
--- MgaUtil.idl 15 Apr 2004 22:41:24 -0000 1.32
***************
*** 401,405 ****
pointer_default(unique)
]
! interface IMgaXsltFileSel : IUnknown //IDispatch
{
[helpstring("method StartXslt")]
--- 401,405 ----
pointer_default(unique)
]
! interface IMgaXsltFileSel : IUnknown
{
[helpstring("method StartXslt")]
Index: Parser.idl
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Interfaces/Parser.idl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Parser.idl 8 Apr 2004 18:02:55 -0000 1.5
--- Parser.idl 15 Apr 2004 22:41:24 -0000 1.6
***************
*** 71,75 ****
{
[helpstring("method ApplyXslt")]
! HRESULT ApplyXslt( [in] BSTR stylesheet, [in] BSTR infile, [in] BSTR outfile/*, [out] BSTR *error_msg*/);
};
--- 71,75 ----
{
[helpstring("method ApplyXslt")]
! HRESULT ApplyXslt( [in] BSTR stylesheet, [in] BSTR infile, [in] BSTR outfile, [out] BSTR * error);
};
More information about the GME-commit
mailing list