[GME-commit] GMESRC/Paradigms/MetaGME/MetaDecorator Decorator.cpp,1.10,1.11

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon Jul 19 13:22:02 CDT 2004


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaDecorator
In directory braindrain:/tmp/cvs-serv4314/Paradigms/MetaGME/MetaDecorator

Modified Files:
	Decorator.cpp 
Log Message:
Removed ParadigmSheet attributes (now handled by project properties)

CVS User: volgy

Index: Decorator.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaDecorator/Decorator.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Decorator.cpp	2 Oct 2002 18:19:00 -0000	1.10
--- Decorator.cpp	19 Jul 2004 17:22:00 -0000	1.11
***************
*** 299,303 ****
  	VERIFY_INIT;
  	VERIFY_LOCSET;
! 	// TODO !
  	return S_OK;
  }
--- 299,306 ----
  	VERIFY_INIT;
  	VERIFY_LOCSET;
! 	*sx = m_sx;
! 	*sy = m_sy;
! 	*ex = m_ex;
! 	*ey = m_ey;
  	return S_OK;
  }



More information about the GME-commit mailing list