diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-06-22 22:13:42 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-06-22 22:13:42 +0000 |
| commit | 307c989abad544bc92c88e1c1c0897d8c7a6a6a4 (patch) | |
| tree | a5e6b19140635afecc93e1173852304e697b8545 /qpid/cpp/src | |
| parent | b104e72f959e791e13415700d8891d839fffa1ee (diff) | |
| download | qpid-python-307c989abad544bc92c88e1c1c0897d8c7a6a6a4.tar.gz | |
Fix compile error
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@787422 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/sys/AggregateOutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/AggregateOutput.cpp b/qpid/cpp/src/qpid/sys/AggregateOutput.cpp index d46fccc208..709d3bc640 100644 --- a/qpid/cpp/src/qpid/sys/AggregateOutput.cpp +++ b/qpid/cpp/src/qpid/sys/AggregateOutput.cpp @@ -34,7 +34,7 @@ void AggregateOutput::activateOutput() { control.activateOutput(); } void AggregateOutput::giveReadCredit(int32_t credit) { control.giveReadCredit(credit); } -bool AggregateOutput::AggregateOutput::hasOutput() { +bool AggregateOutput::hasOutput() { Mutex::ScopedLock l(lock); return !tasks.empty(); } |
