summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/BrokerContext.h
blob: 53fe367ab423ecc03a6a7ae204a77fb104e00d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef qpid_broker_BrokerContext_hpp_
#define qpid_broker_BrokerContext_hpp_

namespace qpid {
namespace broker {

class BrokerContext
{
public:
    virtual ~BrokerContext() {}
};

}} // namespace qpid::broker

#endif // qpid_broker_BrokerContext_hpp_