summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/sys/AggregateOutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/sys/AggregateOutput.h')
-rw-r--r--qpid/cpp/src/qpid/sys/AggregateOutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/sys/AggregateOutput.h b/qpid/cpp/src/qpid/sys/AggregateOutput.h
index a870fcb95a..02a53ed50b 100644
--- a/qpid/cpp/src/qpid/sys/AggregateOutput.h
+++ b/qpid/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);
};