kpilot Library API Documentation

vcal-factorybase.cc

00001 /* vcal-factory.cc                      KPilot
00002 **
00003 ** Copyright (C) 2001 by Dan Pilone
00004 **
00005 ** This file defines the factory for the vcal-conduit plugin.
00006 */
00007 
00008 /*
00009 ** This program is free software; you can redistribute it and/or modify
00010 ** it under the terms of the GNU General Public License as published by
00011 ** the Free Software Foundation; either version 2 of the License, or
00012 ** (at your option) any later version.
00013 **
00014 ** This program is distributed in the hope that it will be useful,
00015 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
00016 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00017 ** GNU General Public License for more details.
00018 **
00019 ** You should have received a copy of the GNU General Public License
00020 ** along with this program in a file called COPYING; if not, write to
00021 ** the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
00022 ** MA 02111-1307, USA.
00023 */
00024 
00025 /*
00026 ** Bug reports and questions can be sent to kde-pim@kde.org
00027 */
00028 #include "vcal-factorybase.moc"
00029 
00030 
00031 // Configuration keys
00032 //
00033 //
00034 const char *const VCalConduitFactoryBase::syncAction = "SyncAction";
00035 const char *const VCalConduitFactoryBase::nextSyncAction = "NextSyncAction";
00036 const char *const VCalConduitFactoryBase::archive = "SyncArchived";
00037 const char *const VCalConduitFactoryBase::conflictResolution = "ConflictResolution";
00038 const char * const VCalConduitFactoryBase::fullSyncOnPCChange = "FullSyncOnPCChange";
00039 
00040 const char * const VCalConduitFactoryBase::calendarFile = "CalFile" ;
00041 
00042 //const char * const VCalConduitFactoryBase::firstTime = "FirstTime" ;
00043 //const char * const VCalConduitFactoryBase::deleteOnPilot = "DeleteOnPilot" ;
00044 //const char * const VCalConduitFactoryBase::alwaysFullSync = "AlwaysFullSync";
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:15 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001