src/CMulticalendar.cpp File Reference

#include <sstream>
#include <fstream>
#include "Common.h"
#include "CBdayEvent.h"
#include "ICalConverter.h"
#include "CalendarErrors.h"
#include "CUtility.h"
#include <clockd/libtime.h>
#include <ctime>
#include <sys/vfs.h>
#include <sys/stat.h>
#include <errno.h>

Variables

int errno
int enable_logging = 0
int changeCount = 0
int changeFlag = 0
string CalName
int CalId = 0
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 int CALENDAR_CLEARED = 1 << 15
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 = ":CALENDAR:ADDED:"
static const char * C_MODIFIED = ":CALENDAR:MODIFIED:"
static const char * C_DELETED = ":CALENDAR:DELETED:"
static const char * C_CLEARED = ":CALENDAR:CLEARED:"
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:"
static const int IDMAP_LENGTH = 4
static const int YEAR_DAYS = 365
unsigned int iFileOffset = 0

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 Wed Jul 8 14:17:12 2009 for calendar-backend by  doxygen 1.5.6