aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/nntp
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 20:26:57 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-22 20:26:57 -0800
commitb6c488d68dc17cddbf5806bd645e167488d50366 (patch)
tree191bde6aa253191c41060d251762653a76bbd3c4 /src/async/nntp
parent86282f5bff0289e9f0018de813a0d66a1cea2309 (diff)
added export
Diffstat (limited to 'src/async/nntp')
-rw-r--r--src/async/nntp/MCNNTPAsyncSession.h1
-rw-r--r--src/async/nntp/MCNNTPCheckAccountOperation.h1
-rw-r--r--src/async/nntp/MCNNTPDisconnectOperation.h1
-rw-r--r--src/async/nntp/MCNNTPFetchAllArticlesOperation.h1
-rw-r--r--src/async/nntp/MCNNTPFetchArticleOperation.h1
-rw-r--r--src/async/nntp/MCNNTPFetchHeaderOperation.h1
-rw-r--r--src/async/nntp/MCNNTPFetchOverviewOperation.h1
-rw-r--r--src/async/nntp/MCNNTPFetchServerTimeOperation.h1
-rw-r--r--src/async/nntp/MCNNTPListNewsgroupsOperation.h1
-rw-r--r--src/async/nntp/MCNNTPOperation.h1
-rw-r--r--src/async/nntp/MCNNTPOperationCallback.h1
11 files changed, 11 insertions, 0 deletions
diff --git a/src/async/nntp/MCNNTPAsyncSession.h b/src/async/nntp/MCNNTPAsyncSession.h
index d18ea119..e0434fb9 100644
--- a/src/async/nntp/MCNNTPAsyncSession.h
+++ b/src/async/nntp/MCNNTPAsyncSession.h
@@ -19,6 +19,7 @@ namespace mailcore {
class NNTPOperationQueueCallback;
class NNTPConnectionLogger;
+ MAILCORE_EXPORT
class NNTPAsyncSession : public Object {
public:
NNTPAsyncSession();
diff --git a/src/async/nntp/MCNNTPCheckAccountOperation.h b/src/async/nntp/MCNNTPCheckAccountOperation.h
index 28db9c58..b9bec07b 100644
--- a/src/async/nntp/MCNNTPCheckAccountOperation.h
+++ b/src/async/nntp/MCNNTPCheckAccountOperation.h
@@ -16,6 +16,7 @@
namespace mailcore {
+ MAILCORE_EXPORT
class NNTPCheckAccountOperation : public NNTPOperation {
public:
NNTPCheckAccountOperation();
diff --git a/src/async/nntp/MCNNTPDisconnectOperation.h b/src/async/nntp/MCNNTPDisconnectOperation.h
index f2b5d138..aa5c12a7 100644
--- a/src/async/nntp/MCNNTPDisconnectOperation.h
+++ b/src/async/nntp/MCNNTPDisconnectOperation.h
@@ -16,6 +16,7 @@
namespace mailcore {
+ MAILCORE_EXPORT
class NNTPDisconnectOperation : public NNTPOperation {
public:
NNTPDisconnectOperation();
diff --git a/src/async/nntp/MCNNTPFetchAllArticlesOperation.h b/src/async/nntp/MCNNTPFetchAllArticlesOperation.h
index 88395dee..b40c9720 100644
--- a/src/async/nntp/MCNNTPFetchAllArticlesOperation.h
+++ b/src/async/nntp/MCNNTPFetchAllArticlesOperation.h
@@ -16,6 +16,7 @@
namespace mailcore {
+ MAILCORE_EXPORT
class NNTPFetchAllArticlesOperation : public NNTPOperation {
public:
NNTPFetchAllArticlesOperation();
diff --git a/src/async/nntp/MCNNTPFetchArticleOperation.h b/src/async/nntp/MCNNTPFetchArticleOperation.h
index 7b11ae16..e715ddf6 100644
--- a/src/async/nntp/MCNNTPFetchArticleOperation.h
+++ b/src/async/nntp/MCNNTPFetchArticleOperation.h
@@ -15,6 +15,7 @@
#ifdef __cplusplus
namespace mailcore {
+ MAILCORE_EXPORT
class NNTPFetchArticleOperation : public NNTPOperation {
public:
NNTPFetchArticleOperation();
diff --git a/src/async/nntp/MCNNTPFetchHeaderOperation.h b/src/async/nntp/MCNNTPFetchHeaderOperation.h
index 97b12b05..d12e9f57 100644
--- a/src/async/nntp/MCNNTPFetchHeaderOperation.h
+++ b/src/async/nntp/MCNNTPFetchHeaderOperation.h
@@ -18,6 +18,7 @@ namespace mailcore {
class MessageHeader;
+ MAILCORE_EXPORT
class NNTPFetchHeaderOperation : public NNTPOperation {
public:
NNTPFetchHeaderOperation();
diff --git a/src/async/nntp/MCNNTPFetchOverviewOperation.h b/src/async/nntp/MCNNTPFetchOverviewOperation.h
index aab8d24b..4b48366b 100644
--- a/src/async/nntp/MCNNTPFetchOverviewOperation.h
+++ b/src/async/nntp/MCNNTPFetchOverviewOperation.h
@@ -16,6 +16,7 @@
namespace mailcore {
+ MAILCORE_EXPORT
class NNTPFetchOverviewOperation : public NNTPOperation {
public:
NNTPFetchOverviewOperation();
diff --git a/src/async/nntp/MCNNTPFetchServerTimeOperation.h b/src/async/nntp/MCNNTPFetchServerTimeOperation.h
index 22cebf25..765862bc 100644
--- a/src/async/nntp/MCNNTPFetchServerTimeOperation.h
+++ b/src/async/nntp/MCNNTPFetchServerTimeOperation.h
@@ -16,6 +16,7 @@
namespace mailcore {
+ MAILCORE_EXPORT
class NNTPFetchServerTimeOperation : public NNTPOperation {
public:
NNTPFetchServerTimeOperation();
diff --git a/src/async/nntp/MCNNTPListNewsgroupsOperation.h b/src/async/nntp/MCNNTPListNewsgroupsOperation.h
index 54156012..3450ef3b 100644
--- a/src/async/nntp/MCNNTPListNewsgroupsOperation.h
+++ b/src/async/nntp/MCNNTPListNewsgroupsOperation.h
@@ -16,6 +16,7 @@
namespace mailcore {
+ MAILCORE_EXPORT
class NNTPListNewsgroupsOperation : public NNTPOperation {
public:
NNTPListNewsgroupsOperation();
diff --git a/src/async/nntp/MCNNTPOperation.h b/src/async/nntp/MCNNTPOperation.h
index fb40e9df..a0b49ca2 100644
--- a/src/async/nntp/MCNNTPOperation.h
+++ b/src/async/nntp/MCNNTPOperation.h
@@ -20,6 +20,7 @@ namespace mailcore {
class NNTPAsyncSession;
class NNTPOperationCallback;
+ MAILCORE_EXPORT
class NNTPOperation : public Operation, public NNTPProgressCallback {
public:
NNTPOperation();
diff --git a/src/async/nntp/MCNNTPOperationCallback.h b/src/async/nntp/MCNNTPOperationCallback.h
index f6166610..1d455016 100644
--- a/src/async/nntp/MCNNTPOperationCallback.h
+++ b/src/async/nntp/MCNNTPOperationCallback.h
@@ -16,6 +16,7 @@ namespace mailcore {
class NNTPOperation;
+ MAILCORE_EXPORT
class NNTPOperationCallback {
public:
virtual void bodyProgress(NNTPOperation * session, unsigned int current, unsigned int maximum) {};