X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2FCalDAV%2FCalDAV.h;h=2ccd4ea9a4af8455a3f2ca9ff6323f881a23f9d4;hb=f3908f3b7bf98079d82fde9d2180c337f565d8c6;hp=5e8622d2f0e010b2b8df058930a5e628d6d35fe9;hpb=4814657c80f09987a02c7842af6386fa33210c98;p=xestiacalendar%2F.git diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index 5e8622d..2ccd4ea 100644 --- a/source/objects/CalDAV/CalDAV.h +++ b/source/objects/CalDAV/CalDAV.h @@ -21,6 +21,7 @@ #include #include +#include using namespace std; @@ -42,6 +43,7 @@ struct CalDAVConnectionData{ string Password = ""; string Prefix = ""; bool UseSSL = true; + int Timeout = 60; }; @@ -57,6 +59,7 @@ struct CalDAVStatus{ string Username; string Prefix; bool UseSSL; + int Timeout; };