diff options
Diffstat (limited to 'cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl')
| -rw-r--r-- | cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl b/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl index be8dc2a6b3..06ef88c84e 100644 --- a/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl +++ b/cpp/gentools/templ.cpp/AMQP_ServerOperations.h.tmpl @@ -36,6 +36,13 @@ namespace framing { class MethodContext; +class Invocable +{ +protected: + Invocable() {} + virtual ~Invocable() {} +}; + class AMQP_ServerOperations { protected: |
