summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/PrivateImplRef.h
Commit message (Collapse)AuthorAgeFilesLines
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-041-2/+3
| | | | | | | Cleaned up some sloppy #includes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@771366 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up PIMPL pattern for public APIAlan Conway2009-05-011-0/+93
- 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/qpid@770702 13f79535-47bb-0310-9956-ffa450edef68