From: Steve Brokenshire Date: Thu, 25 Feb 2016 18:36:23 +0000 (+0000) Subject: Added variables to the CalDAVStatus struct. X-Git-Tag: release-0.02~343^2~1 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=6c73a4b9342ed315eaa9b3dba0a1bc57abba1fb8;p=xestiacalendar%2F.git Added variables to the CalDAVStatus struct. --- diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index c4f1a8b..760caff 100644 --- a/source/objects/CalDAV/CalDAV.h +++ b/source/objects/CalDAV/CalDAV.h @@ -32,7 +32,11 @@ struct CalDAVConnectionData{ struct CalDAVStatus{ - + string Hostname; + int Port; + string Username; + string Prefix; + bool UseSSL; };