[GME-commit] GMESRC/GME/Gme GME.dsp,1.85,1.86 GMEApp.cpp,1.112,1.113

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu Apr 22 08:25:54 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv12824/GME/Gme

Modified Files:
	GME.dsp GMEApp.cpp 
Log Message:
Introduced GLOBALEVENT_OPEN_PROJECT in the Mga layer
Modified IMgaProject::Close to send GLOBALEVENT_CLOSE_PROJECT notifications to autoaddons also.
Hope, these modifications are compatible with all existing clients of the Mga layer.

CVS User: volgy

Index: GME.dsp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GME.dsp,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** GME.dsp	8 Apr 2004 08:34:24 -0000	1.85
--- GME.dsp	22 Apr 2004 12:25:51 -0000	1.86
***************
*** 801,804 ****
--- 801,809 ----
  # End Target
  # End Project
+ # Section GME : {A7DC846C-DAE3-4B3F-B947-71D85B5F6437}
+ # 	2:5:Class:CObjectInspector
+ # 	2:10:HeaderFile:objectinspector.h
+ # 	2:8:ImplFile:objectinspector.cpp
+ # End Section
  # Section GME : {E5FE98F1-B7AD-4ABE-89DB-87DDD9DB753E}
  # 	2:21:DefaultSinkHeaderFile:search.h
***************
*** 810,816 ****
  # 	2:8:ImplFile:activebrowser.cpp
  # End Section
! # Section GME : {B786F53C-297F-4DB8-8060-D45057217AEE}
! # 	2:21:DefaultSinkHeaderFile:objectinspector.h
! # 	2:16:DefaultSinkClass:CObjectInspector
  # End Section
  # Section GME : {5C402C8B-C848-11D3-9A6E-00902721DB65}
--- 815,822 ----
  # 	2:8:ImplFile:activebrowser.cpp
  # End Section
! # Section GME : {B718CCF7-5055-40DD-9CBD-AB17F72AB113}
! # 	2:5:Class:CSearch
! # 	2:10:HeaderFile:search.h
! # 	2:8:ImplFile:search.cpp
  # End Section
  # Section GME : {5C402C8B-C848-11D3-9A6E-00902721DB65}
***************
*** 818,821 ****
--- 824,831 ----
  # 	2:16:DefaultSinkClass:CActiveBrowser
  # End Section
+ # Section GME : {B786F53C-297F-4DB8-8060-D45057217AEE}
+ # 	2:21:DefaultSinkHeaderFile:objectinspector.h
+ # 	2:16:DefaultSinkClass:CObjectInspector
+ # End Section
  # Section GME : {72ADFD7B-2C39-11D0-9903-00A0C91BC942}
  # 	1:17:ID_INDICATOR_TIME:103
***************
*** 823,838 ****
  # 	2:17:ID_INDICATOR_TIME:ID_INDICATOR_TIME
  # End Section
- # Section GME : {B718CCF7-5055-40DD-9CBD-AB17F72AB113}
- # 	2:5:Class:CSearch
- # 	2:10:HeaderFile:search.h
- # 	2:8:ImplFile:search.cpp
- # End Section
  # Section GME : {72ADFD78-2C39-11D0-9903-00A0C91BC942}
  # 	1:10:IDB_SPLASH:112
  # 	2:21:SplashScreenInsertKey:4.0
- # End Section
- # Section GME : {A7DC846C-DAE3-4B3F-B947-71D85B5F6437}
- # 	2:5:Class:CObjectInspector
- # 	2:10:HeaderFile:objectinspector.h
- # 	2:8:ImplFile:objectinspector.cpp
  # End Section
--- 833,838 ----

Index: GMEApp.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEApp.cpp,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** GMEApp.cpp	15 Apr 2004 22:38:51 -0000	1.112
--- GMEApp.cpp	22 Apr 2004 12:25:51 -0000	1.113
***************
*** 1047,1051 ****
  				COMTHROW(mp->get_Name(&pname));
  				COMTHROW(mgaProject->get_MetaGUID(&g));
! 				COMTHROW(mgaProject->AbortTransaction());
  				CComPtr<IMgaRegistrar> mgareg;
  				COMTHROW(mgareg.CoCreateInstance(OLESTR("MGA.MgaRegistrar")));
--- 1047,1052 ----
  				COMTHROW(mp->get_Name(&pname));
  				COMTHROW(mgaProject->get_MetaGUID(&g));
! 				// COMTHROW(mgaProject->AbortTransaction()); PETER: Why abort ?
! 				COMTHROW(mgaProject->CommitTransaction());
  				CComPtr<IMgaRegistrar> mgareg;
  				COMTHROW(mgareg.CoCreateInstance(OLESTR("MGA.MgaRegistrar")));



More information about the GME-commit mailing list