[Mockpp-commits] mockpp/mockpp/constraint TypelessConstraint.h,1.6,1.7
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-22 22:04:04
|
Update of /cvsroot/mockpp/mockpp/mockpp/constraint In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9976/mockpp/constraint Modified Files: TypelessConstraint.h Log Message: integrated patches for msvc 7.1 Index: TypelessConstraint.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/constraint/TypelessConstraint.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- TypelessConstraint.h 4 Mar 2005 23:35:56 -0000 1.6 +++ TypelessConstraint.h 22 Mar 2005 22:03:23 -0000 1.7 @@ -95,7 +95,7 @@ /** Evaluates the constraint * @param o The object against which the constraint is evaluated. - * Actually only a dummy value for syntactical reasons. + * Actually only a dummy value for syntactical reasons. * @return true: the underlying expression meets the constraint, * @return false if it does not. */ @@ -106,7 +106,7 @@ private: - typename TypelessConstraint::AP constraint; + const typename TypelessConstraint::AP constraint; }; |