OpenAB  1.0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
carddav_helper_tester.cpp File Reference
#include <string.h>
#include <OpenAB.hpp>
#include "helpers/SecureString.hpp"
#include "CardDAVHelper.hpp"
#include "helpers/BasicHttpAuthorizer.hpp"
#include "helpers/OAuth2HttpAuthorizer.hpp"
Include dependency graph for carddav_helper_tester.cpp:

Functions

int main (int argc, char *argv[])
 

Variables

const char * testVCard
 
const char * testVCard2
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

const char* testVCard
Initial value:
= "BEGIN:VCARD\n"
"VERSION:3.0\n"
"N:Test contact\n"
"FN:Test contact\n"
"TEL:1234567\n"
"UID:123123123\n"
"END:VCARD"
const char* testVCard2
Initial value:
= "BEGIN:VCARD\n"
"VERSION:3.0\n"
"N:Test contact2\n"
"FN:Test contact2\n"
"TEL:1234567\n"
"UID:123123123\n"
"END:VCARD"