1 #ifndef QPID_FRAMING_EXCHANGEBOUNDRESULT_H
2 #define QPID_FRAMING_EXCHANGEBOUNDRESULT_H
44 bool _exchangeNotFound,
46 bool _queueNotMatched,
48 bool _argsNotMatched) :
50 setExchangeNotFound(_exchangeNotFound);
51 setQueueNotFound(_queueNotFound);
52 setQueueNotMatched(_queueNotMatched);
53 setKeyNotMatched(_keyNotMatched);
54 setArgsNotMatched(_argsNotMatched);