diff options
author | Kim van der Riet <kpvdr@apache.org> | 2012-05-04 14:16:21 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2012-05-04 14:16:21 +0000 |
commit | c73f9286ebff93a6c8dbc29cf05e258c4b55c976 (patch) | |
tree | 3ebfcc1863971d19c6f0fcbacaa412a02f644368 /cpp/src/qpid/messaging/PrivateImplRef.h | |
parent | 12702f1464b22334acb5e459791f949eb4a9e2d5 (diff) | |
download | qpid-python-c73f9286ebff93a6c8dbc29cf05e258c4b55c976.tar.gz |
QPID-3858: WIP - Updates to async store interface. Removed the errors/exception classes, will use qpid exceptions instead. Some class renaming.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1333978 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/messaging/PrivateImplRef.h')
-rw-r--r-- | cpp/src/qpid/messaging/PrivateImplRef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/messaging/PrivateImplRef.h b/cpp/src/qpid/messaging/PrivateImplRef.h index e77c58d071..718faef475 100644 --- a/cpp/src/qpid/messaging/PrivateImplRef.h +++ b/cpp/src/qpid/messaging/PrivateImplRef.h @@ -38,7 +38,7 @@ namespace messaging { * * === Foo.h * - * template <class T> PrivateImplRef; + * template <class T> class PrivateImplRef; * class FooImpl; * * Foo : public Handle<FooImpl> { |