diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-20 09:59:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-20 09:59:05 +0200 |
commit | 3a041b4ebdba51d43ec900168b1587371ba83013 (patch) | |
tree | 5dde77887a7b81685005606e2bdf9759b12c6025 /common/domain/applicationdomaintype.h | |
parent | 81cd0887da80c986fb5ab7bdb057a745bf23a945 (diff) | |
download | sink-3a041b4ebdba51d43ec900168b1587371ba83013.tar.gz sink-3a041b4ebdba51d43ec900168b1587371ba83013.zip |
Fixed a bunch of exports
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r-- | common/domain/applicationdomaintype.h | 8 |
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 @@ | |||
82 | namespace Sink { | 82 | namespace Sink { |
83 | namespace ApplicationDomain { | 83 | namespace ApplicationDomain { |
84 | 84 | ||
85 | enum SINK_EXPORT ErrorCode { | 85 | enum 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 | ||
98 | enum SINK_EXPORT SuccessCode { | 98 | enum SuccessCode { |
99 | TransmissionSuccess | 99 | TransmissionSuccess |
100 | }; | 100 | }; |
101 | 101 | ||
102 | enum SINK_EXPORT SyncStatus { | 102 | enum 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 | */ |
120 | enum SINK_EXPORT Status { | 120 | enum Status { |
121 | NoStatus, | 121 | NoStatus, |
122 | OfflineStatus, | 122 | OfflineStatus, |
123 | ConnectedStatus, | 123 | ConnectedStatus, |