diff options
author | Josh Blum | 2013-05-27 20:13:34 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-27 20:13:34 -0700 |
commit | c0aaedb595a4e04726c27c54560fd40394d0bac8 (patch) | |
tree | f7f7343f2220b1a04d87008a46b7c097fcd53d8e /lib/gras_impl/block_actor.hpp | |
parent | 22d99448cb680652c02464e2aa8b0c043c6ee72b (diff) | |
download | sandhi-c0aaedb595a4e04726c27c54560fd40394d0bac8.tar.gz sandhi-c0aaedb595a4e04726c27c54560fd40394d0bac8.tar.bz2 sandhi-c0aaedb595a4e04726c27c54560fd40394d0bac8.zip |
gras: simplify registration object passing
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index 170ee1f..bc4ecdd 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -23,6 +23,8 @@ namespace gras { +typedef boost::shared_ptr<PropertyRegistry> PropertyRegistrySptr; + struct BlockActor : Apology::Worker { BlockActor(void); |