summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/BrokerAsyncContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/BrokerAsyncContext.h')
-rw-r--r--cpp/src/qpid/broker/BrokerAsyncContext.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/BrokerAsyncContext.h b/cpp/src/qpid/broker/BrokerAsyncContext.h
new file mode 100644
index 0000000000..38d53a84f1
--- /dev/null
+++ b/cpp/src/qpid/broker/BrokerAsyncContext.h
@@ -0,0 +1,15 @@
+#ifndef qpid_broker_BrokerContext_hpp_
+#define qpid_broker_BrokerContext_hpp_
+
+namespace qpid {
+namespace broker {
+
+class BrokerAsyncContext
+{
+public:
+ virtual ~BrokerAsyncContext() {}
+};
+
+}} // namespace qpid::broker
+
+#endif // qpid_broker_BrokerContext_hpp_