src/CMulticalendar.cpp File Reference

#include <sstream>
#include <fstream>
#include "Common.h"
#include "CBdayEvent.h"
#include "ICalConverter.h"
#include "CalendarErrors.h"
#include <clockd/libtime.h>

Variables

int changeCount = 0
int changeFlag
string CalName
static const char * MSG_SEPERATOR = ":"
static const int NONE = 0
static const int EVENT_ADDED = 1
static const int EVENT_MODIFIED = 1 << 1
static const int EVENT_DELETED = 1 << 2
static const int TODO_ADDED = 1 << 3
static const int TODO_MODIFIED = 1 << 4
static const int TODO_DELETED = 1 << 5
static const int JOURNAL_ADDED = 1 << 6
static const int JOURNAL_MODIFIED = 1 << 7
static const int JOURNAL_DELETED = 1 << 8
static const int CALENDAR_ADDED = 1 << 9
static const int CALENDAR_MODIFIED = 1 << 10
static const int CALENDAR_DELETED = 1 << 11
static const int BIRTHDAY_ADDED = 1 <<12
static const int BIRTHDAY_MODIFIED = 1 <<13
static const int BIRTHDAY_DELETED = 1 << 14
static const char * NONE_MSG = ":NONE:NONE:"
static const char * E_ADDED = ":EVENT:ADDED:"
static const char * E_MODIFIED = ":EVENT:MODIFIED:"
static const char * E_DELETED = ":EVENT:DELETED:"
static const char * T_ADDED = ":TODO:ADDED:"
static const char * T_MODIFIED = ":TODO:MODIFIED:"
static const char * T_DELETED = ":TODO:DELETED:"
static const char * J_ADDED = ":JOURNAL:ADDED:"
static const char * J_MODIFIED = ":JOURNAL:MODIFIED:"
static const char * J_DELETED = ":JOURNAL:DELETED:"
static const char * C_ADDED = ":ADDED:"
static const char * C_MODIFIED = ":MODIFIED:"
static const char * C_DELETED = ":DELETED:"
static const char * BDAY_ADDED = ":BDAY:ADDED:"
static const char * BDAY_MODIFIED = ":BDAY:MODIFIED:"
static const char * BDAY_DELETED = ":BDAY:DELETED:"
static const char * COMP_MODIFIED = ":COMPONENT:MODIFIED:"

Detailed Description

This file is part of Maemo calendar.

Copyright (C) 2008 Nokia Corporation. All rights reserved.

Contact: Biris Ilias <ilias.biris@nokia.com>

This software, including documentation, is protected by copyright controlled by Nokia Corporation. All rights are reserved. Copying, including reproducing, storing, adapting or translating, any or all of this material requires the prior written consent of Nokia Corporation. This material also contains confidential information which may not be disclosed to others without the prior written consent of Nokia.


Generated on Tue Feb 24 16:21:32 2009 for calendar-backend by  doxygen 1.5.1