broker integration: add API documentation (broxygen/doxygen)

Also changed asynchronous data store query code a bit; trying to make
memory management and handling of corner cases a bit clearer (former
maybe could still be better, but I need to lookup queries by memory
address to associate response cookies to them, and so wrapping pointers
kind of just gets in the way).
This commit is contained in:
Jon Siwek 2015-02-17 10:50:57 -06:00
parent e95116ba85
commit b06d82cced
12 changed files with 1114 additions and 45 deletions

View file

@ -55,6 +55,8 @@ public:
// may not immediately delete it as other references may still exist.
void Disable();
bool Disabled() const { return disabled; }
virtual void Describe(ODesc* d) const { d->Add("<trigger>"); }
// Overidden from Notifier. We queue the trigger and evaluate it