diff options
| author | Alan Conway <aconway@apache.org> | 2007-10-29 21:14:44 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-10-29 21:14:44 +0000 |
| commit | da6e2b9f62966ef7d0cb69f58ffe1365af98d676 (patch) | |
| tree | a46b84d820f2c26f6094f092e18a0937deb46ecf /cpp/src/Makefile.am | |
| parent | 505c43651b302ecf773bff1fcf3d45f5a1aef682 (diff) | |
| download | qpid-python-da6e2b9f62966ef7d0cb69f58ffe1365af98d676.tar.gz | |
client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.h
- updated all users
qpid/Exception.h: Removed unimplemented clone() function.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@589857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index ebb8916d6a..b6337f615c 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -294,7 +294,6 @@ nobase_include_HEADERS = \ qpid/broker/TxOp.h \ qpid/broker/TxPublish.h \ qpid/client/AckMode.h \ - qpid/client/BlockingQueue.h \ qpid/client/ChainableFrameHandler.h \ qpid/client/Channel.h \ qpid/client/Exchange.h \ @@ -378,7 +377,7 @@ nobase_include_HEADERS = \ qpid/sys/Acceptor.h \ qpid/sys/AsynchIO.h \ qpid/sys/AtomicCount.h \ - qpid/sys/ConcurrentQueue.h \ + qpid/sys/BlockingQueue.h \ qpid/sys/Condition.h \ qpid/sys/ConnectionInputHandler.h \ qpid/sys/ConnectionInputHandlerFactory.h \ |
