[GME-commit] GMESRC/Paradigms/MetaGME/BonExtension BON2Component.cpp,1.20,1.21

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Oct 20 22:04:37 CDT 2004


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

Modified Files:
	BON2Component.cpp 
Log Message:
Capability to extract MOF stuff from the registry.



CVS User: zolmol

Index: BON2Component.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/BON2Component.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** BON2Component.cpp	30 Jul 2004 23:03:04 -0000	1.20
--- BON2Component.cpp	21 Oct 2004 02:04:33 -0000	1.21
***************
*** 80,83 ****
--- 80,84 ----
  
  		Sheet::m_BON_Project_Root_Folder = (Folder)NULL; // crucial!!!
+ 		Sheet::m_setOfParadigmSheets.clear();// crucial!!!
  
  		if ( m_sheet != 0)  
***************
*** 101,106 ****
  void Component::scanModels( const Model& model, const Folder& parent)
  {
!   scanSubModels(model);
!   entityBuilder(model, parent);
  }
  
--- 102,108 ----
  void Component::scanModels( const Model& model, const Folder& parent)
  {
! 	scanSubModels(model);
! 	entityBuilder(model, parent);
! 	Sheet::m_setOfParadigmSheets.insert( model);
  }
  



More information about the GME-commit mailing list