diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-09-23 21:18:25 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-09-23 21:18:25 +0000 |
| commit | 01d94bc3735509c118958d767ac3af668ea10178 (patch) | |
| tree | d0b0d701d85339186aa6f34098628b1090eb0076 /cpp/src/qpid/messaging/Connection.cpp | |
| parent | 51bd1f7bfb650098273abf8dbb31941284eec950 (diff) | |
| download | qpid-python-01d94bc3735509c118958d767ac3af668ea10178.tar.gz | |
QPID-2926: Better solution for instantiating qpid::messaging::Handle<> specialisations
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1525706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/messaging/Connection.cpp')
| -rw-r--r-- | cpp/src/qpid/messaging/Connection.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/qpid/messaging/Connection.cpp b/cpp/src/qpid/messaging/Connection.cpp index 71618d1057..c8a60fc56b 100644 --- a/cpp/src/qpid/messaging/Connection.cpp +++ b/cpp/src/qpid/messaging/Connection.cpp @@ -31,6 +31,9 @@ namespace qpid { namespace messaging { +// Explicitly instantiate Handle superclass +template class Handle<ConnectionImpl>; + using namespace qpid::types; typedef PrivateImplRef<qpid::messaging::Connection> PI; |
