[GME-commit] GMESRC/Paradigms/MetaGME/MONTraverser MONDialog.cpp,1.5,1.6 MONDialog.h,1.2,1.3

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Mar 16 03:21:46 CST 2004


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

Modified Files:
	MONDialog.cpp MONDialog.h 
Log Message:
Minor fixes (wrong cast operations) for MONTraverser

CVS User: volgy

Index: MONDialog.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MONTraverser/MONDialog.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MONDialog.cpp	12 Mar 2004 22:59:30 -0000	1.5
--- MONDialog.cpp	16 Mar 2004 09:21:42 -0000	1.6
***************
*** 363,367 ****
  	}
  
! 	void CMONDialog::PrintObject( const std::string& strTabs, const MON::Object& object )
  	{
  		if ( m_bNeedRegistry ) {
--- 363,367 ----
  	}
  
! 	void CMONDialog::PrintObject( const std::string& strTabs, const MON::MetaObject& object )
  	{
  		if ( m_bNeedRegistry ) {
***************
*** 571,575 ****
  	}
  
! 	void CMONDialog::PrintConstraints( const std::string& strTabs, const MON::Object& object )
  	{
  		if ( m_bNeedConstraints ) {
--- 571,575 ----
  	}
  
! 	void CMONDialog::PrintConstraints( const std::string& strTabs, const MON::MetaObject& object )
  	{
  		if ( m_bNeedConstraints ) {

Index: MONDialog.h
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MONTraverser/MONDialog.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MONDialog.h	3 Feb 2004 10:53:04 -0000	1.2
--- MONDialog.h	16 Mar 2004 09:21:42 -0000	1.3
***************
*** 81,85 ****
  	void 	PrintRegistryNode( const std::string& strTabs, const MON::RegistryNode& node );
  
! 	void 	PrintObject( const std::string& strTabs, const MON::Object& object );
  	void 	PrintFCO( const std::string& strTabs, const MON::FCO& object );
  
--- 81,85 ----
  	void 	PrintRegistryNode( const std::string& strTabs, const MON::RegistryNode& node );
  
! 	void 	PrintObject( const std::string& strTabs, const MON::MetaObject& object );
  	void 	PrintFCO( const std::string& strTabs, const MON::FCO& object );
  
***************
*** 98,102 ****
  	void	PrintConnection( const std::string& strTabs, const MON::Connection& connection );
  
! 	void 	PrintConstraints( const std::string& strTabs, const MON::Object& object );
  	void 	PrintAttributes( const std::string& strTabs );
  	void 	PrintAspects( const std::string& strTabs );
--- 98,102 ----
  	void	PrintConnection( const std::string& strTabs, const MON::Connection& connection );
  
! 	void 	PrintConstraints( const std::string& strTabs, const MON::MetaObject& object );
  	void 	PrintAttributes( const std::string& strTabs );
  	void 	PrintAspects( const std::string& strTabs );



More information about the GME-commit mailing list