Changeset 16770 for trunk/FACT++


Ignore:
Timestamp:
06/08/13 12:22:42 (11 years ago)
Author:
tbretz
Message:
We don't want to dispatch the event (blokcing) but to post the event (non-blocking).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineAsio.h

    r16736 r16770  
    3434    {
    3535        T::PushEvent(cmd);
    36         dispatch(boost::bind(&StateMachineAsio::Handler, this));
     36        post(boost::bind(&StateMachineAsio::Handler, this));
    3737    }
    3838
Note: See TracChangeset for help on using the changeset viewer.