From: Steve Brokenshire Date: Thu, 3 Mar 2016 03:46:09 +0000 (+0000) Subject: Added the GetServerResult subroutine in the CalDAV object. X-Git-Tag: release-0.02~312 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;ds=sidebyside;h=57a1e9116017b84c4129d543a420d8fb433dc31a;p=xestiacalendar%2F.git Added the GetServerResult subroutine in the CalDAV object. --- diff --git a/source/objects/CalDAV/CalDAV.cpp b/source/objects/CalDAV/CalDAV.cpp index c20447a..bb45429 100644 --- a/source/objects/CalDAV/CalDAV.cpp +++ b/source/objects/CalDAV/CalDAV.cpp @@ -156,6 +156,12 @@ CalDAVServerResult CalDAV::Connect(){ } +CalDAVServerResult CalDAV::GetServerResult(){ + + return ConnectionServerResult; + +} + CalDAVServerSupport CalDAV::GetServerSupport(){ CalDAVServerSupport ServerStatus;