[Cppunit-cvs] cppunit2/include/opentest properties.h,1.5,1.6
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2004-11-20 12:12:11
|
Update of /cvsroot/cppunit/cppunit2/include/opentest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15246/include/opentest Modified Files: properties.h Log Message: * added getter to PropertyAccessor to retreive the valid Properties. Index: properties.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/opentest/properties.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** properties.h 19 Nov 2004 22:57:57 -0000 1.5 --- properties.h 20 Nov 2004 12:12:01 -0000 1.6 *************** *** 229,232 **** --- 229,234 ---- PropertiesAccessor operator[]( const PropertyPath &path ) const; + const Properties &properties() const; + bool isValid() const; |