[GME-commit] GMESRC/GME/Interfaces InterfaceVersion.h, 1.76, 1.77 Mga.idl, 1.53, 1.54
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Wed Feb 13 15:24:00 CST 2008
- Previous message: [GME-commit] GMESRC/GME/Gme GMEPartBrowser.cpp, NONE, 1.1 GMEPartBrowser.h, NONE, 1.1 PartBrowserWrapper.cpp, NONE, 1.1 PartBrowserWrapper.h, NONE, 1.1 GME.rc, 1.164, 1.165 GME.vcproj, 1.4, 1.5 GMEApp.cpp, 1.146, 1.147 MainFrm.h, 1.30, 1.31 resource.h, 1.75, 1.76 PartBrowser.cpp, 1.2, NONE PartBrowser.h, 1.5, NONE PartBrowserDlg.cpp, 1.7, NONE PartBrowserDlg.h, 1.4, NONE PartBrowserPane.cpp, 1.11, NONE PartBrowserPane.h, 1.2, NONE PartBrowserPaneFrame.cpp, 1.3, NONE PartBrowserPaneFrame.h, 1.1, NONE
- Next message: [GME-commit] GMESRC/GME/PartBrowser MgaObjectEventList.cpp, NONE, 1.1 MgaObjectEventList.h, NONE, 1.1 ObjectEventWrapper.cpp, NONE, 1.1 ObjectEventWrapper.h, NONE, 1.1 PartBrowser.cpp, NONE, 1.1 PartBrowser.def, NONE, 1.1 PartBrowser.h, NONE, 1.1 PartBrowser.ico, NONE, 1.1 PartBrowser.idl, NONE, 1.1 PartBrowser.rc, NONE, 1.1 PartBrowser.vcproj, NONE, 1.1 PartBrowserCtrl.bmp, NONE, 1.1 PartBrowserCtrl.cpp, NONE, 1.1 PartBrowserCtrl.h, NONE, 1.1 PartBrowserDlg.cpp, NONE, 1.1 PartBrowserDlg.h, NONE, 1.1 PartBrowseridl.h, NONE, 1.1 PartBrowserOLEData.cpp, NONE, 1.1 PartBrowserOLEData.h, NONE, 1.1 PartBrowserPane.cpp, NONE, 1.1 PartBrowserPane.h, NONE, 1.1 PartBrowserPaneFrame.cpp, NONE, 1.1 PartBrowserPaneFrame.h, NONE, 1.1 PartBrowserPropPage.cpp, NONE, 1.1 PartBrowserPropPage.h, NONE, 1.1 ReadMe.txt, NONE, 1.1 resource.h, NONE, 1.1 stdafx.cpp, NONE, 1.1 stdafx.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/Interfaces
In directory escher:/tmp/cvs-serv7992/GME/Interfaces
Modified Files:
InterfaceVersion.h Mga.idl
Log Message:
1. PartBrowser ActiveX control
2. Drag-drop support PartBrowserbol kozvetlenul a treeview-ba (AggregateTreeCtrl.cpp)
3. Java-s kodok az Eclipse-es kiserletezesi prototipushoz
CVS User: (csaba)
Index: Mga.idl
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/Mga.idl,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** Mga.idl 26 Sep 2007 20:22:57 -0000 1.53
--- Mga.idl 13 Feb 2008 21:23:58 -0000 1.54
***************
*** 529,532 ****
--- 529,535 ----
HRESULT RegisterClient([in] BSTR name, [in] IDispatch *OLEServer, [out, retval] IMgaClient **client);
[ helpstring("method GetClientByName")] HRESULT GetClientByName([in] BSTR name, [out, retval] IMgaClient **client);
+
+ [ helpstring("method CreateTerritoryWithoutSink (call outside transaction)")]
+ HRESULT CreateTerritoryWithoutSink([out] IMgaTerritory **terr);
};
Index: InterfaceVersion.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Interfaces/InterfaceVersion.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** InterfaceVersion.h 26 Sep 2007 20:22:57 -0000 1.76
--- InterfaceVersion.h 13 Feb 2008 21:23:58 -0000 1.77
***************
*** 5,9 ****
// CHECKSUM Core.idl = B6534C3E
// CHECKSUM Meta.idl = DF870113
! // CHECKSUM Mga.idl = 32CBF636
// CHECKSUM MgaUtil.idl = 39997A64
// CHECKSUM MgaDecorator.idl = E2851BB1
--- 5,9 ----
// CHECKSUM Core.idl = B6534C3E
// CHECKSUM Meta.idl = DF870113
! // CHECKSUM Mga.idl = CE98568F
// CHECKSUM MgaUtil.idl = 39997A64
// CHECKSUM MgaDecorator.idl = E2851BB1
***************
*** 18,22 ****
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x0002009D")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x0002009D
--- 18,22 ----
// -- never decrease it
cpp_quote("#ifndef INTERFACE_VERSION")
! cpp_quote("#define INTERFACE_VERSION 0x0002009E")
cpp_quote("#endif //INTERFACE_VERSION")
! #define INTERFACE_VERSION 0x0002009E
- Previous message: [GME-commit] GMESRC/GME/Gme GMEPartBrowser.cpp, NONE, 1.1 GMEPartBrowser.h, NONE, 1.1 PartBrowserWrapper.cpp, NONE, 1.1 PartBrowserWrapper.h, NONE, 1.1 GME.rc, 1.164, 1.165 GME.vcproj, 1.4, 1.5 GMEApp.cpp, 1.146, 1.147 MainFrm.h, 1.30, 1.31 resource.h, 1.75, 1.76 PartBrowser.cpp, 1.2, NONE PartBrowser.h, 1.5, NONE PartBrowserDlg.cpp, 1.7, NONE PartBrowserDlg.h, 1.4, NONE PartBrowserPane.cpp, 1.11, NONE PartBrowserPane.h, 1.2, NONE PartBrowserPaneFrame.cpp, 1.3, NONE PartBrowserPaneFrame.h, 1.1, NONE
- Next message: [GME-commit] GMESRC/GME/PartBrowser MgaObjectEventList.cpp, NONE, 1.1 MgaObjectEventList.h, NONE, 1.1 ObjectEventWrapper.cpp, NONE, 1.1 ObjectEventWrapper.h, NONE, 1.1 PartBrowser.cpp, NONE, 1.1 PartBrowser.def, NONE, 1.1 PartBrowser.h, NONE, 1.1 PartBrowser.ico, NONE, 1.1 PartBrowser.idl, NONE, 1.1 PartBrowser.rc, NONE, 1.1 PartBrowser.vcproj, NONE, 1.1 PartBrowserCtrl.bmp, NONE, 1.1 PartBrowserCtrl.cpp, NONE, 1.1 PartBrowserCtrl.h, NONE, 1.1 PartBrowserDlg.cpp, NONE, 1.1 PartBrowserDlg.h, NONE, 1.1 PartBrowseridl.h, NONE, 1.1 PartBrowserOLEData.cpp, NONE, 1.1 PartBrowserOLEData.h, NONE, 1.1 PartBrowserPane.cpp, NONE, 1.1 PartBrowserPane.h, NONE, 1.1 PartBrowserPaneFrame.cpp, NONE, 1.1 PartBrowserPaneFrame.h, NONE, 1.1 PartBrowserPropPage.cpp, NONE, 1.1 PartBrowserPropPage.h, NONE, 1.1 ReadMe.txt, NONE, 1.1 resource.h, NONE, 1.1 stdafx.cpp, NONE, 1.1 stdafx.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list