From 697761cc337aa77a47140c8df50ed84bc25e23f6 Mon Sep 17 00:00:00 2001 From: Hans Petter Date: Thu, 11 Sep 2003 22:04:44 +0000 Subject: Import new libical from mainline HEAD and make appropriate changes to Evolution. svn path=/trunk/; revision=22538 --- libical/src/java/VFreeBusy.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libical/src/java/VFreeBusy.java (limited to 'libical/src/java/VFreeBusy.java') diff --git a/libical/src/java/VFreeBusy.java b/libical/src/java/VFreeBusy.java new file mode 100644 index 0000000000..a781edc59a --- /dev/null +++ b/libical/src/java/VFreeBusy.java @@ -0,0 +1,18 @@ +package net.cp.jlibical; + +public class VFreeBusy extends VComponent { + public VFreeBusy() + { + super(ICalComponentKind.ICAL_VFREEBUSY_COMPONENT); + } + + public VFreeBusy(long obj) + { + super(obj); + } + + public VFreeBusy(String str) + { + super(str); + } +} -- cgit v1.2.3