summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 09:59:05 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 09:59:05 +0200
commit3a041b4ebdba51d43ec900168b1587371ba83013 (patch)
tree5dde77887a7b81685005606e2bdf9759b12c6025 /common/domain/applicationdomaintype.h
parent81cd0887da80c986fb5ab7bdb057a745bf23a945 (diff)
downloadsink-3a041b4ebdba51d43ec900168b1587371ba83013.tar.gz
sink-3a041b4ebdba51d43ec900168b1587371ba83013.zip
Fixed a bunch of exports
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r--common/domain/applicationdomaintype.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h
index 1a34443..c931e91 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -82,7 +82,7 @@
82namespace Sink { 82namespace Sink {
83namespace ApplicationDomain { 83namespace ApplicationDomain {
84 84
85enum SINK_EXPORT ErrorCode { 85enum ErrorCode {
86 NoError = 0, 86 NoError = 0,
87 UnknownError, 87 UnknownError,
88 NoServerError, 88 NoServerError,
@@ -95,11 +95,11 @@ enum SINK_EXPORT ErrorCode {
95 ResourceCrashedError 95 ResourceCrashedError
96}; 96};
97 97
98enum SINK_EXPORT SuccessCode { 98enum SuccessCode {
99 TransmissionSuccess 99 TransmissionSuccess
100}; 100};
101 101
102enum SINK_EXPORT SyncStatus { 102enum SyncStatus {
103 NoSyncStatus, 103 NoSyncStatus,
104 SyncInProgress, 104 SyncInProgress,
105 SyncError, 105 SyncError,
@@ -117,7 +117,7 @@ enum SINK_EXPORT SyncStatus {
117 * * If an error occurred that keeps the resource from operating (so non transient), the resource enters the error state. 117 * * If an error occurred that keeps the resource from operating (so non transient), the resource enters the error state.
118 * * If a long running operation is started the resource goes to the busy state (and return to the previous state after that). 118 * * If a long running operation is started the resource goes to the busy state (and return to the previous state after that).
119 */ 119 */
120enum SINK_EXPORT Status { 120enum Status {
121 NoStatus, 121 NoStatus,
122 OfflineStatus, 122 OfflineStatus,
123 ConnectedStatus, 123 ConnectedStatus,