summaryrefslogtreecommitdiff
path: root/qpid/cpp/managementgen/qmfgen/templates/Args.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/managementgen/qmfgen/templates/Args.h')
-rw-r--r--qpid/cpp/managementgen/qmfgen/templates/Args.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/qpid/cpp/managementgen/qmfgen/templates/Args.h b/qpid/cpp/managementgen/qmfgen/templates/Args.h
index 89a5bec9b9..857de769db 100644
--- a/qpid/cpp/managementgen/qmfgen/templates/Args.h
+++ b/qpid/cpp/managementgen/qmfgen/templates/Args.h
@@ -10,9 +10,9 @@
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
-//
+//
// http://www.apache.org/licenses/LICENSE-2.0
-//
+//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -23,13 +23,14 @@
/*MGEN:Root.Disclaimer*/
+#include "qpid/broker/BrokerImportExport.h"
#include "qpid/management/Args.h"
#include <string>
-namespace qmf {
+namespace qmf {
/*MGEN:Method.OpenNamespaces*/
- class Args/*MGEN:Method.NameCamel*/ : public ::qpid::management::Args
+class QPID_BROKER_CLASS_EXTERN Args/*MGEN:Method.NameCamel*/ : public ::qpid::management::Args
{
public:
/*MGEN:Method.Arguments*/