[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
- Previous message: [GME-commit] GMESRC/GME/MgaUtil ClosureSimple.cpp,NONE,1.1
ClosureSimple.h,NONE,1.1 GUIDCreate.cpp,NONE,1.1
GUIDCreate.h,NONE,1.1 MakeKindClosure.cpp,NONE,1.1
MakeKindClosure.h,NONE,1.1 MakeSimpleClosure.cpp,NONE,1.1
MakeSimpleClosure.h,NONE,1.1 MakeClosure.cpp,1.14,1.15
MakeClosure.h,1.8,1.9 MgaClosure.cpp,1.7,1.8 MgaUtil.rc,1.48,1.49
MgaUtil.vcproj,1.2,1.3 resource.h,1.29,1.30
- Next message: [GME-commit]
GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp,1.43,1.44
AggregateContextMenu.cpp,1.21,1.22 AggregateContextMenu.h,1.5,1.6
AggregateTreeCtrl.cpp,1.24,1.25 GMEActiveBrowser.h,1.1,1.2
GMEActiveBrowser.rc,1.12,1.13 resource.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [GME-commit] GMESRC/GME/MgaUtil ClosureSimple.cpp,NONE,1.1
ClosureSimple.h,NONE,1.1 GUIDCreate.cpp,NONE,1.1
GUIDCreate.h,NONE,1.1 MakeKindClosure.cpp,NONE,1.1
MakeKindClosure.h,NONE,1.1 MakeSimpleClosure.cpp,NONE,1.1
MakeSimpleClosure.h,NONE,1.1 MakeClosure.cpp,1.14,1.15
MakeClosure.h,1.8,1.9 MgaClosure.cpp,1.7,1.8 MgaUtil.rc,1.48,1.49
MgaUtil.vcproj,1.2,1.3 resource.h,1.29,1.30
- Next message: [GME-commit]
GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp,1.43,1.44
AggregateContextMenu.cpp,1.21,1.22 AggregateContextMenu.h,1.5,1.6
AggregateTreeCtrl.cpp,1.24,1.25 GMEActiveBrowser.h,1.1,1.2
GMEActiveBrowser.rc,1.12,1.13 resource.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list