diff options
Diffstat (limited to 'cpp/src/qpid/client/Session.h')
-rw-r--r-- | cpp/src/qpid/client/Session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/client/Session.h b/cpp/src/qpid/client/Session.h index 11105dcd36..3293af60fe 100644 --- a/cpp/src/qpid/client/Session.h +++ b/cpp/src/qpid/client/Session.h @@ -21,7 +21,7 @@ * under the License. * */ -#include "qpid/client/Session_0_10.h" +#include "qpid/client/Session_99_0.h" namespace qpid { namespace client { @@ -31,7 +31,7 @@ namespace client { * * \ingroup clientapi */ -typedef Session_0_10 Session; +typedef Session_99_0 Session; }} // namespace qpid::client |