summaryrefslogtreecommitdiff
path: root/libs/mpl/example/fsm
diff options
context:
space:
mode:
Diffstat (limited to 'libs/mpl/example/fsm')
-rw-r--r--libs/mpl/example/fsm/aux_/STT_impl_gen.hpp2
-rw-r--r--libs/mpl/example/fsm/aux_/base_event.hpp2
-rw-r--r--libs/mpl/example/fsm/aux_/event.hpp2
-rw-r--r--libs/mpl/example/fsm/aux_/state.hpp2
-rw-r--r--libs/mpl/example/fsm/aux_/transition.hpp2
-rw-r--r--libs/mpl/example/fsm/player.cpp2
-rw-r--r--libs/mpl/example/fsm/state_machine.hpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/libs/mpl/example/fsm/aux_/STT_impl_gen.hpp b/libs/mpl/example/fsm/aux_/STT_impl_gen.hpp
index 914990ab43..b6d77dc6b8 100644
--- a/libs/mpl/example/fsm/aux_/STT_impl_gen.hpp
+++ b/libs/mpl/example/fsm/aux_/STT_impl_gen.hpp
@@ -11,7 +11,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: STT_impl_gen.hpp 49268 2008-10-11 06:26:17Z agurtovoy $
-// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:26:17 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49268 $
#include <boost/mpl/if.hpp>
diff --git a/libs/mpl/example/fsm/aux_/base_event.hpp b/libs/mpl/example/fsm/aux_/base_event.hpp
index 84646ac024..95f964b749 100644
--- a/libs/mpl/example/fsm/aux_/base_event.hpp
+++ b/libs/mpl/example/fsm/aux_/base_event.hpp
@@ -11,7 +11,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: base_event.hpp 49268 2008-10-11 06:26:17Z agurtovoy $
-// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:26:17 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49268 $
#include <memory>
diff --git a/libs/mpl/example/fsm/aux_/event.hpp b/libs/mpl/example/fsm/aux_/event.hpp
index b50e96c577..06680c2f2e 100644
--- a/libs/mpl/example/fsm/aux_/event.hpp
+++ b/libs/mpl/example/fsm/aux_/event.hpp
@@ -11,7 +11,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: event.hpp 49268 2008-10-11 06:26:17Z agurtovoy $
-// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:26:17 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49268 $
#include "base_event.hpp"
diff --git a/libs/mpl/example/fsm/aux_/state.hpp b/libs/mpl/example/fsm/aux_/state.hpp
index 2e92f5243b..af9c70550b 100644
--- a/libs/mpl/example/fsm/aux_/state.hpp
+++ b/libs/mpl/example/fsm/aux_/state.hpp
@@ -11,7 +11,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: state.hpp 49268 2008-10-11 06:26:17Z agurtovoy $
-// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:26:17 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49268 $
#include <boost/mpl/integral_c.hpp>
diff --git a/libs/mpl/example/fsm/aux_/transition.hpp b/libs/mpl/example/fsm/aux_/transition.hpp
index 477cb1f151..5b4f03d8b5 100644
--- a/libs/mpl/example/fsm/aux_/transition.hpp
+++ b/libs/mpl/example/fsm/aux_/transition.hpp
@@ -11,7 +11,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: transition.hpp 49268 2008-10-11 06:26:17Z agurtovoy $
-// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:26:17 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49268 $
#include <cassert>
diff --git a/libs/mpl/example/fsm/player.cpp b/libs/mpl/example/fsm/player.cpp
index 0d3e1fd5c7..cd4185bce3 100644
--- a/libs/mpl/example/fsm/player.cpp
+++ b/libs/mpl/example/fsm/player.cpp
@@ -8,7 +8,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: player.cpp 49268 2008-10-11 06:26:17Z agurtovoy $
-// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:26:17 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49268 $
#include "state_machine.hpp"
diff --git a/libs/mpl/example/fsm/state_machine.hpp b/libs/mpl/example/fsm/state_machine.hpp
index f87b9cfe95..7b82b81d36 100644
--- a/libs/mpl/example/fsm/state_machine.hpp
+++ b/libs/mpl/example/fsm/state_machine.hpp
@@ -11,7 +11,7 @@
// See http://www.boost.org/libs/mpl for documentation.
// $Id: state_machine.hpp 49268 2008-10-11 06:26:17Z agurtovoy $
-// $Date: 2008-10-11 02:26:17 -0400 (Sat, 11 Oct 2008) $
+// $Date: 2008-10-10 23:26:17 -0700 (Fri, 10 Oct 2008) $
// $Revision: 49268 $
#include "aux_/event.hpp"