summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-05-01 14:53:05 +0000
committerAlan Conway <aconway@apache.org>2009-05-01 14:53:05 +0000
commit9f3261b70e85f57019152670cfb5e8932c9d4abb (patch)
tree2590f0498069136848a89b035eb5909c8f89509b /qpid/cpp/src/Makefile.am
parent37af61e6799ad47df7d31da6657fafd6897fb092 (diff)
downloadqpid-python-9f3261b70e85f57019152670cfb5e8932c9d4abb.tar.gz
Cleaned up PIMPL pattern for public API
- Separated PrivateImplRef helper classs from Handler base class. - Consistent impl of ctor, dtor, copy, assign for all PIMPL classes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@770702 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 457463e72d..c1b68a8f50 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -449,8 +449,6 @@ libqpidclient_la_SOURCES = \
qpid/client/Completion.cpp \
qpid/client/CompletionImpl.h \
qpid/client/FutureResult.cpp \
- qpid/client/HandlePrivate.h \
- qpid/client/PrivateImplPrivate.h \
qpid/client/LoadPlugins.cpp \
qpid/client/LocalQueue.cpp \
qpid/client/Message.cpp \
@@ -601,7 +599,7 @@ nobase_include_HEADERS = \
qpid/client/FutureCompletion.h \
qpid/client/FutureResult.h \
qpid/client/Handle.h \
- qpid/client/PrivateImpl.h \
+ qpid/client/PrivateImplRef.h \
qpid/client/LocalQueue.h \
qpid/client/QueueOptions.h \
qpid/client/Message.h \