diff options
Diffstat (limited to 'cpp/src/qpid/sys/AggregateOutput.h')
| -rw-r--r-- | cpp/src/qpid/sys/AggregateOutput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/AggregateOutput.h b/cpp/src/qpid/sys/AggregateOutput.h index a870fcb95a..02a53ed50b 100644 --- a/cpp/src/qpid/sys/AggregateOutput.h +++ b/cpp/src/qpid/sys/AggregateOutput.h @@ -43,6 +43,7 @@ namespace sys { void activateOutput(); //all the following will be called on the same thread bool doOutput(); + bool hasOutput(); void addOutputTask(OutputTask* t); void removeOutputTask(OutputTask* t); }; |
