Author: wyoung
Date: Thu Mar 16 04:05:57 2006
New Revision: 1254

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1254&view=rev
Log:
Including stock.h after custom1.cpp, so the example is understandable.

Modified:
    branches/v2.1-bakefile/doc/userman/userman.xml

Modified: branches/v2.1-bakefile/doc/userman/userman.xml
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/doc/userman/userman.xml?rev=1254&r1=1253&r2=1254&view=diff
==============================================================================
--- branches/v2.1-bakefile/doc/userman/userman.xml (original)
+++ branches/v2.1-bakefile/doc/userman/userman.xml Thu Mar 16 04:05:57 2006
@@ -665,8 +665,18 @@
                        <programlisting><xi:include href="custom1.txt"
                                parse="text" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
                        </programlisting>
+
+                       <para>Here is the stock.h header used by that example, 
and many
+                       others:</para>
                        
-                       <para>As you can see, SSQLS is very powerful.</para>
+                       <programlisting><xi:include href="stock.txt"
+                               parse="text" 
xmlns:xi="http://www.w3.org/2001/XInclude"/>
+                       </programlisting>
+
+                       <para>As you can see, SSQLS is very
+                       powerful. It allows you to have a C++ structure
+                       paralleling your SQL table structure and use
+                       it easily with STL code.</para>
                </sect3>
 
                <sect3>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to