[GME-commit] GMESRC/SDK/BON Extensions.h,1.10,1.11
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Mar 12 14:37:17 CST 2004
- Previous message: [GME-commit]
GMESRC/GME/Gme GMEApp.cpp,1.109,1.110 GMEVersion.h,1.9,1.10
MgaOpenDlg.cpp,1.10,1.11 MgaOpenDlg.h,1.3,1.4
- Next message: [GME-commit] GMESRC/GME/Gme GMEView.h,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/SDK/BON
In directory braindrain:/tmp/cvs-serv16240/BON
Modified Files:
Extensions.h
Log Message:
A trivial error fixed, which prevented casting between multiple layers of inheritance while using custom classes
CVS User: volgy
Index: Extensions.h
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/Extensions.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Extensions.h 9 Mar 2004 20:08:50 -0000 1.10
--- Extensions.h 12 Mar 2004 20:37:15 -0000 1.11
***************
*** 171,175 ****
for ( std::vector<std::string>::const_iterator it = _vecKinds.begin() ; it != _vecKinds.end() ; it++ )
vecDerivedKinds.push_back( *it );
! TBON::addDerivedKinds( vecKinds );
}
--- 171,175 ----
for ( std::vector<std::string>::const_iterator it = _vecKinds.begin() ; it != _vecKinds.end() ; it++ )
vecDerivedKinds.push_back( *it );
! TBON::addDerivedKinds( _vecKinds );
}
***************
*** 677,681 ****
for ( std::vector<std::string>::const_iterator it = _vecKinds.begin() ; it != _vecKinds.end() ; it++ )
vecDerivedKinds.push_back( *it );
! TBON::addDerivedKinds( vecKinds );
}
--- 677,681 ----
for ( std::vector<std::string>::const_iterator it = _vecKinds.begin() ; it != _vecKinds.end() ; it++ )
vecDerivedKinds.push_back( *it );
! TBON::addDerivedKinds( _vecKinds );
}
- Previous message: [GME-commit]
GMESRC/GME/Gme GMEApp.cpp,1.109,1.110 GMEVersion.h,1.9,1.10
MgaOpenDlg.cpp,1.10,1.11 MgaOpenDlg.h,1.3,1.4
- Next message: [GME-commit] GMESRC/GME/Gme GMEView.h,1.53,1.54
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list