X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2FCalDAV%2FCalDAV.h;h=2ccd4ea9a4af8455a3f2ca9ff6323f881a23f9d4;hb=f3908f3b7bf98079d82fde9d2180c337f565d8c6;hp=cbae3d8c8ab25381e6d1da2b5965677cf443776d;hpb=ac8993a102b35de020dd516be185993838ec32f6;p=xestiacalendar%2F.git diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index cbae3d8..2ccd4ea 100644 --- a/source/objects/CalDAV/CalDAV.h +++ b/source/objects/CalDAV/CalDAV.h @@ -43,6 +43,7 @@ struct CalDAVConnectionData{ string Password = ""; string Prefix = ""; bool UseSSL = true; + int Timeout = 60; }; @@ -58,6 +59,7 @@ struct CalDAVStatus{ string Username; string Prefix; bool UseSSL; + int Timeout; };