[GME-commit] GMESRC/GME/Mga MgaProject.cpp, 1.72, 1.73 MgaProject.h, 1.34, 1.35

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Wed Feb 13 15:24:00 CST 2008


Update of /project/gme-repository/GMESRC/GME/Mga
In directory escher:/tmp/cvs-serv7992/GME/Mga

Modified Files:
	MgaProject.cpp MgaProject.h 
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: MgaProject.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Mga/MgaProject.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** MgaProject.h	26 Sep 2007 20:21:47 -0000	1.34
--- MgaProject.h	13 Feb 2008 21:23:58 -0000	1.35
***************
*** 96,99 ****
--- 96,100 ----
  
  	STDMETHOD(CreateTerritory)(IMgaEventSink *handler, IMgaTerritory **, IMgaEventSink *h2=NULL);
+ 	STDMETHOD(CreateTerritoryWithoutSink)(IMgaTerritory **);
  	STDMETHOD(CreateAddOn)(IMgaEventSink *handler, IMgaAddOn **);
  	STDMETHOD(get_ActiveTerritory)(IMgaTerritory **aterr);

Index: MgaProject.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Mga/MgaProject.cpp,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** MgaProject.cpp	26 Sep 2007 20:21:47 -0000	1.72
--- MgaProject.cpp	13 Feb 2008 21:23:58 -0000	1.73
***************
*** 1053,1056 ****
--- 1053,1060 ----
  }
  
+ STDMETHODIMP CMgaProject::CreateTerritoryWithoutSink(IMgaTerritory **pp) {
+ 	return CreateTerritory(NULL, pp, NULL);
+ }
+ 
  STDMETHODIMP CMgaProject::CreateAddOn(IMgaEventSink *sink, IMgaAddOn **pp) {
  	COMTRY {



More information about the GME-commit mailing list