From 6c73a4b9342ed315eaa9b3dba0a1bc57abba1fb8 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 25 Feb 2016 18:36:23 +0000 Subject: [PATCH] Added variables to the CalDAVStatus struct. --- source/objects/CalDAV/CalDAV.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; -- 2.39.2