[Mockpp-commits] mockpp AUTHORS,1.4,1.5 TODO,1.39,1.40
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-24 18:57:10
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5498 Modified Files: AUTHORS TODO Log Message: update Index: TODO =================================================================== RCS file: /cvsroot/mockpp/mockpp/TODO,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- TODO 11 Mar 2005 00:24:53 -0000 1.39 +++ TODO 24 Mar 2005 18:56:59 -0000 1.40 @@ -1,9 +1,11 @@ -reset() in ChainableMockObjects - DOC: ---- +I have the following getter method in an interface : +virtual const int& GetValue() const = 0; + + Problem Exception-Transformation?? VC partial templates: http://www.developer.com/net/csharp/article.php/2217451 Index: AUTHORS =================================================================== RCS file: /cvsroot/mockpp/mockpp/AUTHORS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- AUTHORS 2 May 2003 21:02:55 -0000 1.4 +++ AUTHORS 24 Mar 2005 18:56:59 -0000 1.5 @@ -2,6 +2,7 @@ Ewald Arnold <mo...@ew...> FUKUDA, Fumiki (AKA episteme -- 'cuppa' project : http://www.unittest.org/) - Help to port to MSVC6, MSVC7 - + Help to port to MSVC6, MSVC7 (up to 1.1.16) + Mathieu Champlon <mat...@ma...> + Help to port to MSVC 7.1 (version 1.7 and later) |