Symbian3/SDK/Source/GUID-A2031A61-3319-4FBA-BC71-AC1327182053.dita
changeset 13 48780e181b38
parent 8 ae94777fff8f
--- a/Symbian3/SDK/Source/GUID-A2031A61-3319-4FBA-BC71-AC1327182053.dita	Fri Jul 16 17:23:46 2010 +0100
+++ b/Symbian3/SDK/Source/GUID-A2031A61-3319-4FBA-BC71-AC1327182053.dita	Tue Jul 20 12:00:49 2010 +0100
@@ -16,7 +16,7 @@
 and Standard Template Library Documentation</title><p>C++ IOStream library
 documentation can be found at <xref href="http://www.slac.stanford.edu/comp/unix/gnu-info/iostream_toc.html" scope="external">http://www.slac.stanford.edu/comp/unix/gnu-info/iostream_toc.html</xref>.</p><p>Similarly,
 Standard Template Library (STL) documentation can be found at <xref href="http://www.informatik.uni-freiburg.de/~danlee/fun/STL-doc/STL.html" scope="external">http://www.informatik.uni-freiburg.de/~danlee/fun/STL-doc/STL.html</xref>.</p></section>
-<section id="GUID-BF521201-7BE5-4AC5-8D35-1E15AC4887C7-GENID-1-10-1-11-1-1-9-1-5-1-3-2"><title>Changes to
+<section id="GUID-BF521201-7BE5-4AC5-8D35-1E15AC4887C7-GENID-1-10-1-13-1-1-9-1-5-1-3-2"><title>Changes to
 the MMP file</title><p><b>Add needed libraries used by the MMP file structure: </b></p><p>If
 developers want to use any of Standard C++ library, they must link to the
 corresponding library in the MMP file using the <codeph>LIBRARY</codeph> keyword.</p><p>If
@@ -53,7 +53,7 @@
 more stack space. The recommended stack size is 10K. To set the stack size
 to 10K add: </note><codeblock xml:space="preserve">EPOCSTACKSIZE 0x10000</codeblock><p>in the MMP
 file.</p></section>
-<section id="GUID-BF521201-7BE5-4AC5-8D35-1E15AC4887C7-GENID-1-10-1-11-1-1-9-1-5-1-3-3"><title>Example using <codeph>main()</codeph></title> 
+<section id="GUID-BF521201-7BE5-4AC5-8D35-1E15AC4887C7-GENID-1-10-1-13-1-1-9-1-5-1-3-3"><title>Example using <codeph>main()</codeph></title> 
      <p>A simple example using <codeph>main()</codeph> as an entry point is
 described below. The example writes a text to a console.</p><ul>
 <li><p>Modify the MMP file as mentioned before.</p></li>