summaryrefslogtreecommitdiff
path: root/cpp/include/qmf/ConsoleSession.h
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-05-17 21:02:34 +0000
committerTed Ross <tross@apache.org>2011-05-17 21:02:34 +0000
commit3f1fab7253a480c12c2ad10e6183e0a5f58d3530 (patch)
tree6938e1818081456b594e66e9672ee87ef8a47ddc /cpp/include/qmf/ConsoleSession.h
parente62058eb26d4458d2041eb83579c74a44421b236 (diff)
downloadqpid-python-3f1fab7253a480c12c2ad10e6183e0a5f58d3530.tar.gz
QPID-3186 - Import Export generalization to support a larger set of compilers and run time environments
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1104559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qmf/ConsoleSession.h')
-rw-r--r--cpp/include/qmf/ConsoleSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qmf/ConsoleSession.h b/cpp/include/qmf/ConsoleSession.h
index 896f8ffda7..6008036eec 100644
--- a/cpp/include/qmf/ConsoleSession.h
+++ b/cpp/include/qmf/ConsoleSession.h
@@ -38,7 +38,7 @@ namespace qmf {
class ConsoleSessionImpl;
class ConsoleEvent;
- class ConsoleSession : public qmf::Handle<ConsoleSessionImpl> {
+ class QMF_CLASS_EXTERN ConsoleSession : public qmf::Handle<ConsoleSessionImpl> {
public:
QMF_EXTERN ConsoleSession(ConsoleSessionImpl* impl = 0);
QMF_EXTERN ConsoleSession(const ConsoleSession&);