~blep/cppunit2/trunk

« back to all changes in this revision

Viewing changes to cppunit2/include/cpput/forwards.h

  • Committer: Baptiste Lepilleur
  • Date: 2009-06-28 11:58:52 UTC
  • Revision ID: blep@users.sourceforge.net-20090628115852-nlofdk3hfzh90ojl
 Moved cpput/equality.h into cpput/testing.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
class Suite;
32
32
class SuiteMeta;
33
33
class TestExtendedData;
34
 
 
35
 
// equality.h
36
34
template<class AType, class BType>
37
35
struct EqualityTraits;
38
36