25 #include <boost/bind.hpp>
26 #include <boost/shared_ptr.hpp>
40 boost::shared_ptr<FutureResult> result;
48 if (result)
return result->getResult(session);
49 else throw Exception(
"Result not expected");
Future(const framing::SequenceNumber &id)
#define QPID_CLIENT_CLASS_EXTERN
Base class for Qpid runtime exceptions.
std::string getResult(SessionImpl &session)
4-byte sequence number that 'wraps around'.
This file was automatically generated from the AMQP specification.
#define QPID_CLIENT_EXTERN