summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qmf/SchemaImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qmf/SchemaImpl.h')
-rw-r--r--qpid/cpp/src/qmf/SchemaImpl.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/qpid/cpp/src/qmf/SchemaImpl.h b/qpid/cpp/src/qmf/SchemaImpl.h
index 1c88f87808..77d64bd964 100644
--- a/qpid/cpp/src/qmf/SchemaImpl.h
+++ b/qpid/cpp/src/qmf/SchemaImpl.h
@@ -9,9 +9,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
@@ -21,6 +21,7 @@
*
*/
+#include "qmf/ImportExport.h"
#include "qpid/RefCounted.h"
#include "qmf/PrivateImplRef.h"
#include "qmf/exceptions.h"
@@ -37,7 +38,7 @@ namespace management {
}}
namespace qmf {
- class SchemaImpl : public virtual qpid::RefCounted {
+ class QMF_CLASS_EXTERN SchemaImpl : public virtual qpid::RefCounted {
public:
//
// Impl-only public methods
@@ -85,7 +86,7 @@ namespace qmf {
bool isCompatibleType(int qmfType, qpid::types::VariantType qpidType) const;
};
- struct SchemaImplAccess
+ struct QMF_CLASS_EXTERN SchemaImplAccess
{
static SchemaImpl& get(Schema&);
static const SchemaImpl& get(const Schema&);