Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Moved <iostream> include to CalDAV.h and written the CalDAVOutput subroutine.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 29 Feb 2016 03:06:15 +0000 (03:06 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 29 Feb 2016 03:06:15 +0000 (03:06 +0000)
source/objects/CalDAV/CalDAV.cpp

index 545c108..c781e94 100644 (file)
 // with Xestia Calendar. If not, see <http://www.gnu.org/licenses/>
 
 #include "CalDAV.h"
-#include <iostream>
 
 using namespace std;
 
+size_t CalDAVOutput(char *ReceivedBuffer, size_t Size, size_t NewMemoryBytes, string *StringPointer)
+{
+       
+       string ReceivedBufferString = "";
+       ReceivedBufferString.append(ReceivedBuffer, NewMemoryBytes);
+       
+       StringPointer->append(ReceivedBufferString);
+       
+       return Size * NewMemoryBytes;
+       
+}
+
 CalDAV::CalDAV(){
 
        // Setup the objects within the CalDAV connection 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy