Boost logo

Boost-Commit :

From: ahd6974-boostorg_at_[hidden]
Date: 2008-07-18 17:11:35


Author: andreas_huber69
Date: 2008-07-18 17:11:34 EDT (Fri, 18 Jul 2008)
New Revision: 47578
URL: http://svn.boost.org/trac/boost/changeset/47578

Log:
Merged an example bug fix and a revision history update from trunk to release branch.
Text files modified:
   branches/release/libs/statechart/doc/future_and_history.html | 2 +-
   branches/release/libs/statechart/example/PingPong/Player.cpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/libs/statechart/doc/future_and_history.html
==============================================================================
--- branches/release/libs/statechart/doc/future_and_history.html (original)
+++ branches/release/libs/statechart/doc/future_and_history.html 2008-07-18 17:11:34 EDT (Fri, 18 Jul 2008)
@@ -140,7 +140,7 @@
 
   <p>(<font color="#FF0000">red</font> = points raised during formal
   review)</p>
- <p>Unreleased (committed to the SVN trunk)</p>
+ <p>1.36.0</p>
   <ul>
     <li>Removed all permanent warning suppressions from library headers
       and avoided the resulting warnings with other means (suggested by

Modified: branches/release/libs/statechart/example/PingPong/Player.cpp
==============================================================================
--- branches/release/libs/statechart/example/PingPong/Player.cpp (original)
+++ branches/release/libs/statechart/example/PingPong/Player.cpp 2008-07-18 17:11:34 EDT (Fri, 18 Jul 2008)
@@ -17,7 +17,7 @@
   // Since we can only initiate at a point where the definitions of all the
   // states in the initial state configuration are known, we duplicate
   // the implementation of asynchronous_state_machine<>::initiate_impl() here
- state_machine< Player, Waiting, MyAllocator >::initiate();
+ sc::state_machine< Player, Waiting, MyAllocator >::initiate();
 }
 
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk