mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 17:35:25 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user