[GME-commit] GMESRC/GME/Annotator Annotator.vcproj, 1.1, 1.2 Decorator.cpp, 1.10, 1.11

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/Annotator
In directory escher:/tmp/cvs-serv7992/GME/Annotator

Modified Files:
	Annotator.vcproj Decorator.cpp 
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: Annotator.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Annotator/Annotator.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Annotator.vcproj	26 Jan 2005 17:28:19 -0000	1.1
--- Annotator.vcproj	13 Feb 2008 21:23:58 -0000	1.2
***************
*** 166,169 ****
--- 166,172 ----
  			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  			<File
+ 				RelativePath="..\Common\CommonError.cpp">
+ 			</File>
+ 			<File
  				RelativePath="Decorator.cpp">
  				<FileConfiguration

Index: Decorator.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Annotator/Decorator.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Decorator.cpp	4 Dec 2006 19:07:18 -0000	1.10
--- Decorator.cpp	13 Feb 2008 21:23:58 -0000	1.11
***************
*** 3,7 ****
  #include "Decorator.h"
  
! #include "..\Common\CommonError.cpp"
  
  #define VERIFY_INIT   { if (!m_isInitialized) return E_DECORATOR_UNINITIALIZED; }
--- 3,7 ----
  #include "Decorator.h"
  
! #include "..\Common\CommonError.h"
  
  #define VERIFY_INIT   { if (!m_isInitialized) return E_DECORATOR_UNINITIALIZED; }



More information about the GME-commit mailing list