From: Steve Brokenshire Date: Fri, 19 Aug 2016 22:27:47 +0000 (+0100) Subject: Altered CORequestResult enumeration X-Git-Tag: release-0.15~26 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=51f26bf112c65ec493cdb2646ba69d81a2428e61 Altered CORequestResult enumeration --- diff --git a/source/connobject/ConnectionObject.h b/source/connobject/ConnectionObject.h index d0bd1ce..35e0b78 100644 --- a/source/connobject/ConnectionObject.h +++ b/source/connobject/ConnectionObject.h @@ -36,7 +36,7 @@ enum CORequestResult { COREQUEST_UNITTESTFAIL = -1, COREQUEST_OK, COREQUEST_ERROR_NOTCONNECTED, - COREQUEST_ERROR_SERVER + COREQUEST_ERROR_SERVER, }; enum COSSLVerified {