Monotone-Parent: 3a3e7e985adac6637eacd797235cdf6c4eae70cb

Monotone-Revision: c0313f0b5f2d308876016aebbaf81c198b684173

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-12T15:36:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-12 15:36:10 +00:00
parent c8cea8fa21
commit 5afdcba397
2 changed files with 64 additions and 67 deletions
+4 -4
View File
@@ -31,10 +31,10 @@
NSString *currentTableHour;
NSMutableArray *subscriptionUsers;
NSMutableArray *hoursToDisplay;
NSArray *allAppointments;
// NSArray *allAppointments;
NSString *currentTableUser;
NSDictionary *currentAppointment;
// NSDictionary *currentAppointment;
NSString *cssClass;
NSString *cssId;
@@ -50,8 +50,8 @@
- (void) setCurrentTableUser: (NSString *) aTableDay;
- (NSString *) currentTableUser;
- (void) setCurrentAppointment: (NSDictionary *) newCurrentAppointment;
- (NSDictionary *) currentAppointment;
// - (void) setCurrentAppointment: (NSDictionary *) newCurrentAppointment;
// - (NSDictionary *) currentAppointment;
@end