diff options
author | Josh Blum | 2013-06-02 10:50:46 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-02 10:50:46 -0700 |
commit | e24e4d7dfe648e33988366cb1f615c2a443f5156 (patch) | |
tree | 66137dc9be472b0e26a7fbcbe56068a7d85242c7 /lib/gras_impl/block_actor.hpp | |
parent | ab1f7e5871d9323242e9b3d21e2f7811f1567c43 (diff) | |
download | sandhi-e24e4d7dfe648e33988366cb1f615c2a443f5156.tar.gz sandhi-e24e4d7dfe648e33988366cb1f615c2a443f5156.tar.bz2 sandhi-e24e4d7dfe648e33988366cb1f615c2a443f5156.zip |
props: began filling in pmc to/from ptree
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index 269674c..a7ed6c5 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -169,6 +169,7 @@ struct BlockActor : Apology::Worker //property stuff std::map<std::string, PropertyRegistryPair> property_registry; + PMCC prop_access_dispatcher(const std::string &key, const PMCC &value, const bool set); BlockStats stats; }; |