Update of /cvsroot/mockpp/mockpp/mockpp/docs/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28976/mockpp/docs/en
Modified Files:
dev_embedded.docbook
Log Message:
update
Index: dev_embedded.docbook
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/dev_embedded.docbook,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dev_embedded.docbook 23 Dec 2005 22:03:30 -0000 1.7
+++ dev_embedded.docbook 24 Dec 2005 01:40:06 -0000 1.8
@@ -139,9 +139,9 @@
To relax this constraint there is a mutable function pointer which can be changed
at runtime to actually process the exception data. All internal assertions use
-this approch. The default is to throw an exception but by calling
-<function>setAssertionFailedForwarder</function> appropriately it is possible
-to print a message to the screen a exit the application.
+this approch. The default is to throw an exception. But by calling
+<function>setAssertionFailedForwarder()</function> appropriately it is possible
+to print a message to the screen and exit the application.
<programlisting>
|