author | zautrix <zautrix> | 2005-01-13 04:52:03 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-01-13 04:52:03 (UTC) |
commit | f894bb3e486fd452c16effe7adfe96ca0413bc91 (patch) (unidiff) | |
tree | 34e2883911b881c5e6ada971ddc00088d503c605 /libkcal | |
parent | 7d00f1441b5e1270dcd447bfb7920dbd3a21503d (diff) | |
download | kdepimpi-f894bb3e486fd452c16effe7adfe96ca0413bc91.zip kdepimpi-f894bb3e486fd452c16effe7adfe96ca0413bc91.tar.gz kdepimpi-f894bb3e486fd452c16effe7adfe96ca0413bc91.tar.bz2 |
fix
-rw-r--r-- | libkcal/syncdefines.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libkcal/syncdefines.h b/libkcal/syncdefines.h index f3204a2..46e6823 100644 --- a/libkcal/syncdefines.h +++ b/libkcal/syncdefines.h | |||
@@ -1,30 +1,25 @@ | |||
1 | 1 | ||
2 | #ifndef _KSYNC_DEFINES_H_ | 2 | #ifndef _KSYNC_DEFINES_H_ |
3 | #define _KSYNC_DEFINES_H_ | 3 | #define _KSYNC_DEFINES_H_ |
4 | 4 | ||
5 | enum TargetApp { | ||
6 | KOPI = 0, | ||
7 | KAPI = 1, | ||
8 | PWMPI = 2 }; | ||
9 | |||
10 | 5 | ||
11 | #define SYNC_PREF_LOCAL 0 | 6 | #define SYNC_PREF_LOCAL 0 |
12 | #define SYNC_PREF_REMOTE 1 | 7 | #define SYNC_PREF_REMOTE 1 |
13 | #define SYNC_PREF_NEWEST 2 | 8 | #define SYNC_PREF_NEWEST 2 |
14 | #define SYNC_PREF_ASK 3 | 9 | #define SYNC_PREF_ASK 3 |
15 | #define SYNC_PREF_FORCE_LOCAL 4 | 10 | #define SYNC_PREF_FORCE_LOCAL 4 |
16 | #define SYNC_PREF_FORCE_REMOTE 5 | 11 | #define SYNC_PREF_FORCE_REMOTE 5 |
17 | #define SYNC_PREF_TAKE_BOTH 6 | 12 | #define SYNC_PREF_TAKE_BOTH 6 |
18 | 13 | ||
19 | #define SYNC_MODE_NORMAL 0 | 14 | #define SYNC_MODE_NORMAL 0 |
20 | #define SYNC_MODE_EXTERNAL 1 | 15 | #define SYNC_MODE_EXTERNAL 1 |
21 | 16 | ||
22 | #define SYNC_TEMPSTATE_INITIAL 0 | 17 | #define SYNC_TEMPSTATE_INITIAL 0 |
23 | #define SYNC_TEMPSTATE_ADDED_EXTERNAL -1 | 18 | #define SYNC_TEMPSTATE_ADDED_EXTERNAL -1 |
24 | #define SYNC_TEMPSTATE_NEW_EXTERNAL -2 | 19 | #define SYNC_TEMPSTATE_NEW_EXTERNAL -2 |
25 | #define SYNC_TEMPSTATE_DELETE -3 | 20 | #define SYNC_TEMPSTATE_DELETE -3 |
26 | #define SYNC_TEMPSTATE_NEW_ID -4 | 21 | #define SYNC_TEMPSTATE_NEW_ID -4 |
27 | #define SYNC_TEMPSTATE_NEW_CSUM -5 | 22 | #define SYNC_TEMPSTATE_NEW_CSUM -5 |
28 | 23 | ||
29 | 24 | ||
30 | #endif | 25 | #endif |