Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make room for the simpledata lesson
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jul 2006 19:44:24 +0000 (19:44 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jul 2006 19:44:24 +0000 (19:44 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2670 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/gtut-tour-08-exceptions.doc
doc/gtut-tour.doc

index 5f646cf..fe1fa8b 100644 (file)
@@ -146,6 +146,6 @@ The complete program reads:
 \include 08-exceptions.c
 
 
-Go to \ref GRAS_tut_tour_rpc
+Go to \ref GRAS_tut_tour_simpledata
 
 */
index 58232b0..3674952 100644 (file)
@@ -16,7 +16,8 @@ all features available in GRAS.
       DOXYGEN_NAVBAR_CHILD "6: Logs"=GRAS_tut_tour_logs.html
       DOXYGEN_NAVBAR_CHILD "7: Timers"=GRAS_tut_tour_timers.html
       DOXYGEN_NAVBAR_CHILD "8: Exceptions"=GRAS_tut_tour_exceptions.html
-      DOXYGEN_NAVBAR_CHILD "9: RPC"=GRAS_tut_tour_rpc.html
+      DOXYGEN_NAVBAR_CHILD "9: Simple data"=GRAS_tut_tour_simpledata.html
+      DOXYGEN_NAVBAR_CHILD "10: RPC"=GRAS_tut_tour_rpc.html
     --> \endhtmlonly
 
 <b>Part 1: Bases</b>
@@ -72,6 +73,11 @@ all features available in GRAS.
       - \ref GRAS_tut_tour_exceptions_use
       - \ref GRAS_tut_tour_exceptions_recap
      
+   - \ref GRAS_tut_tour_simpledata
+      - \ref GRAS_tut_tour_simpledata_intro
+      - \ref GRAS_tut_tour_simpledata_use
+      - \ref GRAS_tut_tour_simpledata_recap
+      
    - \ref GRAS_tut_tour_rpc
       - \ref GRAS_tut_tour_rpc_intro
       - \ref GRAS_tut_tour_rpc_use