[Mockpp-commits] mockpp/mockpp/constraint ConstraintSet.h,1.12,1.13
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-05 15:50:57
|
Update of /cvsroot/mockpp/mockpp/mockpp/constraint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19486/mockpp/constraint Modified Files: ConstraintSet.h Log Message: changes for docs Index: ConstraintSet.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/ConstraintSet.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ConstraintSet.h 4 Mar 2005 23:35:56 -0000 1.12 +++ ConstraintSet.h 5 Mar 2005 15:50:47 -0000 1.13 @@ -48,10 +48,11 @@ public: /** Tests if the constraint set matches the invocation + * @param invocation the invocation data * @return true: the set matches */ template <typename I> // Invocation - bool matches( const I & /*invocatio*/n ) + bool matches( const I & invocation ) { return true; } |