Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added COContactStatus enum and marked BuildSSLCollection as virtual
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 4 Sep 2016 19:38:29 +0000 (20:38 +0100)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 4 Sep 2016 19:38:29 +0000 (20:38 +0100)
source/connobject/ConnectionObject.h

index ab479e3..24f357f 100644 (file)
@@ -49,6 +49,12 @@ enum COSSLVerified {
        COSSL_NORESULT
 };
 
+enum COContactStatus {
+       COCS_UNKNOWN,
+       COCS_UPDATED,
+       COCS_DELETED
+};
+
 struct COServerResponse {
        CORequestResult RequestResult;
        std::string EntityTag;
@@ -60,6 +66,7 @@ struct COServerResponse {
 struct COContactData {
        std::string Location;
        std::string Data;
+       COContactStatus Status = COCS_UNKNOWN;
 };
 
 struct COContactList {
@@ -105,7 +112,7 @@ class ConnectionObject{
 #if defined(__APPLE__)
 #elif defined(__WIN32__)
 #else
-               SSLCertCollectionString BuildSSLCollection() {};
+               virtual SSLCertCollectionString BuildSSLCollection() {};
 
 #endif
                
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy