[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004 BON2Component.cpp,1.18,1.19 BON2Component.h,1.8,1.9

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Jul 20 06:48:37 CDT 2004


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

Modified Files:
	BON2Component.cpp BON2Component.h 
Log Message:
MetaInterpreter uses project properties for dumping
- Author(s)
- Comment
- GUID
- Version
- Creation and modification time

CVS User: volgy

Index: BON2Component.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/BON2Component.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** BON2Component.cpp	16 Jul 2004 22:39:06 -0000	1.18
--- BON2Component.cpp	20 Jul 2004 10:48:35 -0000	1.19
***************
*** 945,951 ****
  
  
! bool Component::populateSheet( const std::string& name)
  {
! 	m_sheet->setProjName( name);
  
  	bool error = false;
--- 945,951 ----
  
  
! bool Component::populateSheet( Project& project )
  {
! 	m_sheet->setProject( project );
  
  	bool error = false;
***************
*** 1696,1700 ****
  			{
  
! 				success = populateSheet( m_projectName);
  				if ( success)
  					success = executeSheet();
--- 1696,1700 ----
  			{
  
! 				success = populateSheet( project );
  				if ( success)
  					success = executeSheet();

Index: BON2Component.h
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/BON2Component.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** BON2Component.h	16 Jul 2004 22:39:07 -0000	1.8
--- BON2Component.h	20 Jul 2004 10:48:35 -0000	1.9
***************
*** 110,114 ****
  	Sheet * m_sheet;
  	void createSheet(); // TODO: modify this method to create your specific object
! 	bool populateSheet( const std::string& name);
  	bool executeSheet();
  	void deleteSheet();
--- 110,114 ----
  	Sheet * m_sheet;
  	void createSheet(); // TODO: modify this method to create your specific object
! 	bool populateSheet( Project& project );
  	bool executeSheet();
  	void deleteSheet();



More information about the GME-commit mailing list