[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
- Previous message: [GME-commit] GMESRC/GME/XmlBackEnd XmlBackEnd.rc,1.1,1.2
- Next message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep Any.cpp,1.12,1.13
Any.h,1.9,1.10 Dumper.cpp,1.13,1.14 Dumper.h,1.7,1.8
FCO.cpp,1.18,1.19 Sheet.cpp,1.9,1.10 Sheet.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
}
- Previous message: [GME-commit] GMESRC/GME/XmlBackEnd XmlBackEnd.rc,1.1,1.2
- Next message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep Any.cpp,1.12,1.13
Any.h,1.9,1.10 Dumper.cpp,1.13,1.14 Dumper.h,1.7,1.8
FCO.cpp,1.18,1.19 Sheet.cpp,1.9,1.10 Sheet.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list