[GME-commit] GMESRC/SDK/BON BON.h,1.8,1.9 BONImpl.cpp,1.16,1.17
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Jun 14 14:52:05 CDT 2004
- Previous message: [GME-commit] GMESRC/GME/Gme GMEEventLogger.h,1.10,1.11
- Next message: [GME-commit] GMESRC/GME/ConstraintManager OclViolation.h,1.2,1.3
OCLTree.cpp,1.24,1.25 OclObjectExGME.h,1.2,1.3
OCLObjectExGME.cpp,1.7,1.8 OCLObject.h,1.2,1.3
OCLObject.cpp,1.5,1.6 OCLGMECMFacade.h,1.11,1.12
OCLGMECMFacade.cpp,1.26,1.27 OCLFeatureImplementation.h,1.4,1.5
OclConstraint.h,1.4,1.5 OclConstraint.cpp,1.5,1.6
GMEViolationDialog.h,1.10,1.11 GMEViolationDialog.cpp,1.14,1.15
GMEConstraintBrowserDialog.h,1.5,1.6
GMEConstraintBrowserDialog.cpp,1.11,1.12 ConstraintMgr.h,1.6,1.7
ConstraintMgr.cpp,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/SDK/BON
In directory braindrain:/tmp/cvs-serv13182
Modified Files:
BON.h BONImpl.cpp
Log Message:
RegistryNode default constructor introduced.
RegistryNodeImpl::getName() bug corrected.
CVS User: zolmol
Index: BON.h
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/BON.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** BON.h 16 Feb 2004 17:34:51 -0000 1.8
--- BON.h 14 Jun 2004 18:52:01 -0000 1.9
***************
*** 148,152 ****
// Construction and Destruction
public :
! RegistryNode();
RegistryNode( const RegistryNode& node );
RegistryNode( RegistryNodeImpl* pRegistryNode );
--- 148,152 ----
// Construction and Destruction
public :
! RegistryNode() { }
RegistryNode( const RegistryNode& node );
RegistryNode( RegistryNodeImpl* pRegistryNode );
Index: BONImpl.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/BONImpl.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** BONImpl.cpp 6 May 2004 15:57:51 -0000 1.16
--- BONImpl.cpp 14 Jun 2004 18:52:01 -0000 1.17
***************
*** 1202,1206 ****
std::string RegistryNodeImpl::getName() const
{
! if ( ! m_spNode ) {
CComBSTR bstrName;
COMTHROW( m_spNode->get_Name( &bstrName ) );
--- 1202,1206 ----
std::string RegistryNodeImpl::getName() const
{
! if ( m_spNode ) { // modified by ZolMol
CComBSTR bstrName;
COMTHROW( m_spNode->get_Name( &bstrName ) );
- Previous message: [GME-commit] GMESRC/GME/Gme GMEEventLogger.h,1.10,1.11
- Next message: [GME-commit] GMESRC/GME/ConstraintManager OclViolation.h,1.2,1.3
OCLTree.cpp,1.24,1.25 OclObjectExGME.h,1.2,1.3
OCLObjectExGME.cpp,1.7,1.8 OCLObject.h,1.2,1.3
OCLObject.cpp,1.5,1.6 OCLGMECMFacade.h,1.11,1.12
OCLGMECMFacade.cpp,1.26,1.27 OCLFeatureImplementation.h,1.4,1.5
OclConstraint.h,1.4,1.5 OclConstraint.cpp,1.5,1.6
GMEViolationDialog.h,1.10,1.11 GMEViolationDialog.cpp,1.14,1.15
GMEConstraintBrowserDialog.h,1.5,1.6
GMEConstraintBrowserDialog.cpp,1.11,1.12 ConstraintMgr.h,1.6,1.7
ConstraintMgr.cpp,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list