[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h,1.61,1.62 Parser.idl,1.12,1.13

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Jul 19 18:37:18 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv28682

Modified Files:
	InterfaceVersion.h Parser.idl 
Log Message:
For smartcopy.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Parser.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/Parser.idl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Parser.idl	13 Jan 2005 21:13:47 -0000	1.12
--- Parser.idl	19 Jul 2005 17:37:16 -0000	1.13
***************
*** 14,17 ****
--- 14,24 ----
  // --------------------------- Parser IDL
  
+ // ------- Typedefs
+ 
+ typedef enum inserttype_enum {
+ 	ADDITION = 0,
+ 	MERGE    = 1
+ } inserttype_enum;
+ 
  [
  	object,
***************
*** 78,82 ****
  
  	[helpstring("method ParseCLOSURE version 4 - smart")]
! 	HRESULT ParseClos4([in] IMgaObject *here, [in] BSTR xmlfile);
  
  };
--- 85,89 ----
  
  	[helpstring("method ParseCLOSURE version 4 - smart")]
! 	HRESULT ParseClos4([in] IMgaObject *here, [in] BSTR xmlfile, [in] int options);
  
  };

Index: InterfaceVersion.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** InterfaceVersion.h	21 Jun 2005 19:41:37 -0000	1.61
--- InterfaceVersion.h	19 Jul 2005 17:37:16 -0000	1.62
***************
*** 9,13 ****
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = 96E8A61E
! // CHECKSUM Parser.idl = 13858320
  
  
--- 9,13 ----
  // CHECKSUM MgaDecorator.idl = E2851BB1
  // CHECKSUM Gme.idl = 96E8A61E
! // CHECKSUM Parser.idl = EE6FC409
  
  
***************
*** 18,22 ****
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020071")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020071
--- 18,22 ----
  //  -- never decrease it
  cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x00020072")
  cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x00020072



More information about the GME-commit mailing list