From c9dab92c8676b575f62348870e36b23191bfdec9 Mon Sep 17 00:00:00 2001 From: bisset Date: Mon, 26 May 2003 17:31:14 +0000 Subject: ---------------------------------------------------------------------- Committing in . Modified Files: buzz/src/automate/action.cc buzz/src/automate/action.h buzz/src/automate/grammar.yy buzz/src/automate/lexer.ll buzz/src/automate/receptivite.cc buzz/src/automate/receptivite.h ---------------------------------------------------------------------- Y a un truc qui compile pas dans le yacc, a part ça j'ai pas regardé plus loin. (ligne 98 et 101) --- 2003/i/buzz/src/automate/action.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to '2003/i/buzz/src/automate/action.h') diff --git a/2003/i/buzz/src/automate/action.h b/2003/i/buzz/src/automate/action.h index 1ee7bd5..3224e8f 100644 --- a/2003/i/buzz/src/automate/action.h +++ b/2003/i/buzz/src/automate/action.h @@ -41,7 +41,7 @@ namespace Automate // Destructeur ~ActionInitialisation () ; void start (void); - } + }; class ActionRechercher : public Action { @@ -51,7 +51,7 @@ namespace Automate // Destructeur ~ActionRechercher () ; void start (void); - } + }; class ActionRotation : public Action { @@ -61,7 +61,7 @@ namespace Automate // Destructeur ~ActionRotation () ; void start (void); - } + }; class ActionAtteindre : public Action { @@ -71,7 +71,7 @@ namespace Automate // Destructeur ~ActionAtteindre () ; void start (void); - } + }; class ActionNbPaletPile : public Action { @@ -81,7 +81,7 @@ namespace Automate // Destructeur ~ActionNbPaletPile () ; void start (void); - } + }; class ActionNbPaletStocke : public Action { @@ -91,7 +91,7 @@ namespace Automate // Destructeur ~ActionNbPaletStocke () ; void start (void); - } + }; class ActionMiseEnPlace : public Action { @@ -101,7 +101,7 @@ namespace Automate // Destructeur ~ActionMiseEnPlace () ; void start (void); - } + }; class ActionRepererCouleur : public Action { @@ -112,7 +112,7 @@ namespace Automate // Destructeur ~ActionRepererCouleur () ; void start (void); - } + }; class ActionRetourner : public Action { @@ -122,7 +122,7 @@ namespace Automate // Destructeur ~ActionRetourner () ; void start (void); - } + }; class ActionAvancer : public Action { @@ -133,7 +133,7 @@ namespace Automate // Destructeur ~ActionAvancer () ; void start (void); - } + }; class ActionReculer : public Action { @@ -144,7 +144,7 @@ namespace Automate // Destructeur ~ActionReculer () ; void start (void); - } + }; class ActionPlacerPince : public Action { @@ -155,7 +155,7 @@ namespace Automate // Destructeur ~ActionPlacerPince () ; void start (void); - } + }; } #endif // action_h -- cgit v1.2.3