From 3a041b4ebdba51d43ec900168b1587371ba83013 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 20 Apr 2018 09:59:05 +0200 Subject: Fixed a bunch of exports --- common/domain/applicationdomaintype.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/domain/applicationdomaintype.h') 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 @@ namespace Sink { namespace ApplicationDomain { -enum SINK_EXPORT ErrorCode { +enum ErrorCode { NoError = 0, UnknownError, NoServerError, @@ -95,11 +95,11 @@ enum SINK_EXPORT ErrorCode { ResourceCrashedError }; -enum SINK_EXPORT SuccessCode { +enum SuccessCode { TransmissionSuccess }; -enum SINK_EXPORT SyncStatus { +enum SyncStatus { NoSyncStatus, SyncInProgress, SyncError, @@ -117,7 +117,7 @@ enum SINK_EXPORT SyncStatus { * * If an error occurred that keeps the resource from operating (so non transient), the resource enters the error state. * * If a long running operation is started the resource goes to the busy state (and return to the previous state after that). */ -enum SINK_EXPORT Status { +enum Status { NoStatus, OfflineStatus, ConnectedStatus, -- cgit v1.2.3