aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/libicalss/icalfilesetimpl.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-07-25 08:33:17 +0800
committernobody <nobody@localhost>2001-07-25 08:33:17 +0800
commit770f11aa5b874bb959b96cce5b59d3c4e19d0cfa (patch)
tree8ef1fb6f0f43735a382bada2f369dde7d04387f4 /libical/src/libicalss/icalfilesetimpl.h
parente951bf718e130e43567187f4b71c27672cd6e996 (diff)
downloadgsoc2013-evolution-770f11aa5b874bb959b96cce5b59d3c4e19d0cfa.tar
gsoc2013-evolution-770f11aa5b874bb959b96cce5b59d3c4e19d0cfa.tar.gz
gsoc2013-evolution-770f11aa5b874bb959b96cce5b59d3c4e19d0cfa.tar.bz2
gsoc2013-evolution-770f11aa5b874bb959b96cce5b59d3c4e19d0cfa.tar.lz
gsoc2013-evolution-770f11aa5b874bb959b96cce5b59d3c4e19d0cfa.tar.xz
gsoc2013-evolution-770f11aa5b874bb959b96cce5b59d3c4e19d0cfa.tar.zst
gsoc2013-evolution-770f11aa5b874bb959b96cce5b59d3c4e19d0cfa.zip
This commit was manufactured by cvs2svn to create tagBONOBO_CONF_0_10
'BONOBO_CONF_0_10'. svn path=/tags/BONOBO_CONF_0_10/; revision=11375
Diffstat (limited to 'libical/src/libicalss/icalfilesetimpl.h')
-rw-r--r--libical/src/libicalss/icalfilesetimpl.h49
1 files changed, 0 insertions, 49 deletions
diff --git a/libical/src/libicalss/icalfilesetimpl.h b/libical/src/libicalss/icalfilesetimpl.h
deleted file mode 100644
index fcd3415121..0000000000
--- a/libical/src/libicalss/icalfilesetimpl.h
+++ /dev/null
@@ -1,49 +0,0 @@
-/* -*- Mode: C -*-
- ======================================================================
- FILE: icalfilesetimpl.h
- CREATOR: eric 23 December 1999
-
- $Id$
- $Locker$
-
- (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of either:
-
- The LGPL as published by the Free Software Foundation, version
- 2.1, available at: http://www.fsf.org/copyleft/lesser.html
-
- Or:
-
- The Mozilla Public License Version 1.0. You may obtain a copy of
- the License at http://www.mozilla.org/MPL/
-
- The Original Code is eric. The Initial Developer of the Original
- Code is Eric Busboom
-
-
- ======================================================================*/
-
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include "icalgauge.h"
-
-/* This definition is in its own file so it can be kept out of the
- main header file, but used by "friend classes" like icaldirset*/
-
-#define ICALFILESET_ID "fset"
-
-struct icalfileset_impl {
-
- char id[5]; /*fset*/
- char *path;
- icalcomponent* cluster;
- icalgauge* gauge;
- int changed;
- int fd; /* file descriptor */
-};
-