diff options
| author | Alan Conway <aconway@apache.org> | 2009-04-23 11:48:32 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-04-23 11:48:32 +0000 |
| commit | 98d144892f4214117881f5130e172a1ac74b03d5 (patch) | |
| tree | d912907994bcc9cc2628e65402773cb8ec88f27e /qpid/cpp/src/Makefile.am | |
| parent | b2d4fade0cea9f415ffaed115c5fb9be5e78ff44 (diff) | |
| download | qpid-python-98d144892f4214117881f5130e172a1ac74b03d5.tar.gz | |
Apply PIMPL pattern to client::Completion and client::Future.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@767896 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 4436b507a1..ce6debd4d2 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -446,6 +446,8 @@ libqpidclient_la_SOURCES = \ qpid/client/FailoverListener.cpp \ qpid/client/Future.cpp \ qpid/client/FutureCompletion.cpp \ + qpid/client/Completion.cpp \ + qpid/client/CompletionImpl.h \ qpid/client/FutureResult.cpp \ qpid/client/HandlePrivate.h \ qpid/client/PrivateImplPrivate.h \ |
