00001 #ifndef QPID_CLIENT_SESSION_H
00002 #define QPID_CLIENT_SESSION_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #include "qpid/client/Session_0_10.h"
00025
00026 namespace qpid {
00027 namespace client {
00028
00034 typedef Session_0_10 Session;
00035
00036
00037 }}
00038
00039 #endif