aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/libicalvcal/vcaltmp.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-02-08 06:53:06 +0800
committernobody <nobody@localhost>2001-02-08 06:53:06 +0800
commit5d532c59ad71fb170bdceed22ff5b3c46566603b (patch)
tree67c941166f37e99129f73ab28bd0d83bf566f06c /libical/src/libicalvcal/vcaltmp.h
parent2132c038545393a9d81ddc87cb8e1bde13445b80 (diff)
downloadgsoc2013-evolution-BONOBO_0_36.tar.gz
gsoc2013-evolution-BONOBO_0_36.tar.zst
gsoc2013-evolution-BONOBO_0_36.zip
This commit was manufactured by cvs2svn to create tag 'BONOBO_0_36'.BONOBO_0_36
svn path=/tags/BONOBO_0_36/; revision=8067
Diffstat (limited to 'libical/src/libicalvcal/vcaltmp.h')
-rw-r--r--libical/src/libicalvcal/vcaltmp.h128
1 files changed, 0 insertions, 128 deletions
diff --git a/libical/src/libicalvcal/vcaltmp.h b/libical/src/libicalvcal/vcaltmp.h
deleted file mode 100644
index 4c4afde963..0000000000
--- a/libical/src/libicalvcal/vcaltmp.h
+++ /dev/null
@@ -1,128 +0,0 @@
-/***************************************************************************
-(C) Copyright 1996 Apple Computer, Inc., AT&T Corp., International
-Business Machines Corporation and Siemens Rolm Communications Inc.
-
-For purposes of this license notice, the term Licensors shall mean,
-collectively, Apple Computer, Inc., AT&T Corp., International
-Business Machines Corporation and Siemens Rolm Communications Inc.
-The term Licensor shall mean any of the Licensors.
-
-Subject to acceptance of the following conditions, permission is hereby
-granted by Licensors without the need for written agreement and without
-license or royalty fees, to use, copy, modify and distribute this
-software for any purpose.
-
-The above copyright notice and the following four paragraphs must be
-reproduced in all copies of this software and any software including
-this software.
-
-THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS AND NO LICENSOR SHALL HAVE
-ANY OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR
-MODIFICATIONS.
-
-IN NO EVENT SHALL ANY LICENSOR BE LIABLE TO ANY PARTY FOR DIRECT,
-INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT
-OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
-
-EACH LICENSOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED,
-INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF NONINFRINGEMENT OR THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.
-
-The software is provided with RESTRICTED RIGHTS. Use, duplication, or
-disclosure by the government are subject to restrictions set forth in
-DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable.
-
-***************************************************************************/
-
-#include "vcc.h"
-
-#ifndef __VCALTMP_H__
-#define __VCALTMP_H__
-
-#if defined(__CPLUSPLUS__) || defined(__cplusplus)
-extern "C" {
-#endif
-
-extern DLLEXPORT(VObject*) vcsCreateVCal(
- char *date_created,
- char *location,
- char *product_id,
- char *time_zone,
- char *version
- );
-
-extern DLLEXPORT(VObject*) vcsAddEvent(
- VObject *vcal,
- char *start_date_time,
- char *end_date_time,
- char *description,
- char *summary,
- char *categories,
- char *classification,
- char *status,
- char *transparency,
- char *uid,
- char *url
- );
-
-
-extern DLLEXPORT(VObject*) vcsAddTodo(
- VObject *vcal,
- char *start_date_time,
- char *due_date_time,
- char *date_time_complete,
- char *description,
- char *summary,
- char *priority,
- char *classification,
- char *status,
- char *uid,
- char *url
- );
-
-
-extern DLLEXPORT(VObject*) vcsAddAAlarm(
- VObject *vevent,
- char *run_time,
- char *snooze_time,
- char *repeat_count,
- char *audio_content
- );
-
-
-extern DLLEXPORT(VObject*) vcsAddMAlarm(
- VObject *vevent,
- char *run_time,
- char *snooze_time,
- char *repeat_count,
- char *email_address,
- char *note
- );
-
-
-extern DLLEXPORT(VObject*) vcsAddDAlarm(
- VObject *vevent,
- char *run_time,
- char *snooze_time,
- char *repeat_count,
- char *display_string
- );
-
-
-extern DLLEXPORT(VObject*) vcsAddPAlarm(
- VObject *vevent,
- char *run_time,
- char *snooze_time,
- char *repeat_count,
- char *procedure_name
- );
-
-#if defined(__CPLUSPLUS__) || defined(__cplusplus)
-}
-#endif
-
-#endif /* __VCALTMP_H__ */
-
-
tgraph'>* Do not tell users to restart gconfd-2 after install, since it's nojylefort2006-05-052-7/+0 * Apparix allows you to bookmark directories and later jump to them using theehaupt2006-05-054-0/+44 * Update the MASTER_SITES to fix the fetch.mezz2006-05-041-1/+1 * - Update to 11.4pav2006-05-012-6/+5 * - Update to 1.6pav2006-05-013-8/+9 * Bump PORTREVISION for plist changearved2006-05-011-0/+1 * Fix plistarved2006-05-011-0/+1 * Update to 1.36.4 which adds a swedish translation.arved2006-04-302-7/+8 * Presenting GNOME 2.14.1 for FreeBSD! Checkoutmarcus2006-04-3011-2269/+2567 * Update to KOffice 1.5.0lofi2006-04-29113-327/+1414 * - Fix build on 4.Xpav2006-04-292-4/+39 * Bump PORTREVISION for bristuff removal.fjoe2006-04-273-0/+3 * - Update to 2.0garga2006-04-273-10/+9 * Update to 1.93erwin2006-04-263-5/+5 * - Remove bristuff support. Will be added later as a slave port.fjoe2006-04-266-36/+42 * - Broken on 4.X: does not compilepav2006-04-261-1/+7 * Change MAINTAINER address to @FreeBSD.orggrog2006-04-261-1/+1 * - Update to 0.1.6pav2006-04-262-7/+5 * - Update to 0.50pav2006-04-258-51/+132 * - Update to 4.2.27mnag2006-04-243-51/+79 * - Update i386 version to 2.9012.497tdb2006-04-243-16/+8 * Update to 2006dedwin2006-04-213-4/+5 * - Update to 1.10.6vs2006-04-202-10/+8 * Update to version 1.1.5markus2006-04-204-8/+8 * Fix plist issue on RELENG_4, libdata/ldconfig directories were onlyflz2006-04-181-1/+5 * Restore mbr as maintainer at his request. It seems I lost his mail replyinglinimon2006-04-181-1/+1 * Update to 1.53arved2006-04-182-4/+3 * Remove BROKEN= line, the port currently builds without problems.vd2006-04-171-2/+0 * Fix missing upclient.sh from SUB_FILESedwin2006-04-171-2/+2 * Update to version 0.12.15markus2006-04-162-4/+4 * Reset mph due to no response to email about status, and maintainer-timeouts.linimon2006-04-151-1/+1 * Reset mbr due to no answer to an email inquiry about his status, andlinimon2006-04-151-1/+1 * Reset kwm due to no response about email.linimon2006-04-151-1/+1 * Reset pat due to no response to email about his status.linimon2006-04-154-4/+4 * Reset petef due to no response to email. We hope to see him back sometime.linimon2006-04-152-2/+2 * Reset sf as maintainer due to no response to email messages.linimon2006-04-152-2/+2 * Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-152-2/+2 * - Fix wrong patch.mnag2006-04-142-1/+2 * Pass maintainer-ship to the submitter of the latest update.ehaupt2006-04-131-2/+3 * - Update to 3.2.3ehaupt2006-04-122-8/+8 * Update to 1.37.tobez2006-04-122-4/+4 * - Upgrade to v3.7.jkoshy2006-04-093-22/+44 * Update to 1.0pre6hq2006-04-092-5/+5 * - use @dirrmtrydinoex2006-04-081-2/+2 * - Update to 0.37.4pav2006-04-055-46/+10 * Reset jeremy@external.org who has not responded to email asking aboutlinimon2006-04-051-1/+1 * - Add some messages in pkg-message that were missing.jmelo2006-04-051-1/+2 * - Update to version 1.1.4markus2006-04-036-18/+50 * BROKEN on 6.x: Does not compilekris2006-04-031-1/+7 * Use SUB_FILES for pkg-messageedwin2006-04-017-17/+9 * Reset phantom@ as maintainer as he has been inactive for more than one year.linimon2006-03-311-1/+1 * upgrade to 0.6.9ijliao2006-03-318-18/+211 * Update to KDE 3.5.2lofi2006-03-31173-2527/+1732 * define NO_PACKAGE when on the FreeBSD package building cluster.edwin2006-03-291-0/+6 * FreeBSD 4.x doesn't know about the country code AX.edwin2006-03-282-1/+18 * Update the zoneinfo files from ftp://elsie.nci.nih.gov/pub/ so thatedwin2006-03-276-0/+502 * o) File was not commited in first step, I don't know why?lkoeller2006-03-251-0/+19 * o) Fix problem that the app has no name, so the windowmanager could notlkoeller2006-03-251-1/+1 * Drop maintainershipmarkus2006-03-251-1/+1 * Update to version 0.12.14markus2006-03-253-4/+12 * Reset jedgar as maintainer; has not responded to email about status.linimon2006-03-242-2/+2 * - Correct mimetime directory namesmarkus2006-03-236-14/+14 * Fix incorrect $PORTNAME usage.kuriyama2006-03-228-12/+12 * - Grab maintainership.kuriyama2006-03-22