commit | f3c03a9b25cfd50c93bc25310b8ab6f5d562185e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed May 09 12:00:37 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed May 09 12:00:37 2012 -0700 |
tree | e5452cf7b028484a144ffe089b9bcb3707061581 | |
parent | 426122654620c536a0a6c543a11d442abc9fd14b [diff] [blame] |
Some rewriting of SyncLogic and related components
diff --git a/model/sync-state.h b/model/sync-state.h index faaad02..826e84d 100644 --- a/model/sync-state.h +++ b/model/sync-state.h
@@ -34,6 +34,10 @@ */ namespace Sync { +class State; +typedef boost::shared_ptr<State> StatePtr; +typedef boost::shared_ptr<State> StateConstPtr; + /** * \ingroup sync * @brief Container for state leaves and definition of the abstract interface to work with State objects