diff options
author | JP Rosevear <jpr@src.gnome.org> | 2003-11-19 00:33:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-19 00:33:30 +0800 |
commit | 58f1b46675ef29528f51e5c44fe0e087bda5d82d (patch) | |
tree | 725648cf84182762d9dc2ac5846b233203411d59 /libical/src/java/jlibical_consts_cxx.h | |
parent | b47685534d7e5738d712962334537bb329831b9e (diff) | |
download | gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.gz gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.bz2 gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.lz gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.xz gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.zst gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.zip |
Remove libical from this tree, it resides in e-d-s now.
svn path=/trunk/; revision=23417
Diffstat (limited to 'libical/src/java/jlibical_consts_cxx.h')
-rw-r--r-- | libical/src/java/jlibical_consts_cxx.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/libical/src/java/jlibical_consts_cxx.h b/libical/src/java/jlibical_consts_cxx.h deleted file mode 100644 index 2cdf1f8b5a..0000000000 --- a/libical/src/java/jlibical_consts_cxx.h +++ /dev/null @@ -1,42 +0,0 @@ - -/*====================================================================== - FILE: jlibical_consts_cxx/h - CREATOR: Srinivasa Boppana/George Norman - (C) COPYRIGHT 2002, Critical Path -======================================================================*/ - -#ifndef JLIBICAL_CONSTS_CXX_H -#define JLIBICAL_CONSTS_CXX_H - -/* - * Error code constants. - */ -#define JLIBICAL_OK 0 /* good return code */ - -/* system/API errors */ -#define JLIBICAL_ERR_NETWORK 100 /* general network error */ -#define JLIBICAL_ERR_SERVER_INTERNAL 101 /* internal server error (database, file system, etc.) */ -#define JLIBICAL_ERR_CLIENT_INTERNAL 102 /* internal error in client API (memory, parsing errors, etc.)*/ -#define JLIBICAL_ERR_ILLEGAL_ARGUMENT 103 /* incorrect API use */ -#define JLIBICAL_ERR_API_NOT_INITED 104 /* either the InitModule API call was called prior to use of the API or it failed to initialize correctly */ -#define JLIBICAL_ERR_HOST_INVALID 105 /* the host name specified cannot be resolved */ - -/* Java classes */ -#define JLIBICAL_CLASS_ICALVALUE "net/cp/jlibical/ICalValue" -#define JLIBICAL_CLASS_VCOMPONENT "net/cp/jlibical/VComponent" -#define JLIBICAL_CLASS_VALARM "net/cp/jlibical/VAlarm" -#define JLIBICAL_CLASS_VCALENDAR "net/cp/jlibical/VCalendar" -#define JLIBICAL_CLASS_VAGENDA "net/cp/jlibical/VAgenda" -#define JLIBICAL_CLASS_VEVENT "net/cp/jlibical/VEvent" -#define JLIBICAL_CLASS_VQUERY "net/cp/jlibical/VQuery" -#define JLIBICAL_CLASS_VTODO "net/cp/jlibical/VToDo" -#define JLIBICAL_CLASS_ICALPARAMETER "net/cp/jlibical/ICalParameter" -#define JLIBICAL_CLASS_ICALPROPERTY "net/cp/jlibical/ICalProperty" - -#define JLIBICAL_CLASS_ICALDURATIONTYPE "net/cp/jlibical/ICalDurationType" -#define JLIBICAL_CLASS_ICALTIMETYPE "net/cp/jlibical/ICalTimeType" -#define JLIBICAL_CLASS_ICALTRIGGERTYPE "net/cp/jlibical/ICalTriggerType" -#define JLIBICAL_CLASS_ICALRECURRENCETYPE "net/cp/jlibical/ICalRecurrenceType" -#define JLIBICAL_CLASS_ICALPERIODTYPE "net/cp/jlibical/ICalPeriodType" - -#endif /* JLIBICAL_CONSTS_CXX_H */ |