mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: 0245a6f30d464bb48c20bcb2fbc22fe527e5a47a
Monotone-Revision: 45f8f00965e4667aab6443560550ea1d92c6d11d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-04T22:25:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,10 +39,16 @@
|
||||
NSCalendarDate *lastModified;
|
||||
}
|
||||
|
||||
+ (SOGoContentObject *) objectWithRecord: (NSDictionary *) objectRecord
|
||||
inContainer: (SOGoGCSFolder *) newContainer;
|
||||
+ (id) objectWithRecord: (NSDictionary *) objectRecord
|
||||
inContainer: (SOGoGCSFolder *) newContainer;
|
||||
+ (id) objectWithName: (NSString *) newName
|
||||
andContent: (NSString *) newContent
|
||||
inContainer: (SOGoGCSFolder *) newContainer;
|
||||
- (id) initWithRecord: (NSDictionary *) objectRecord
|
||||
inContainer: (id) newContainer;
|
||||
+ (id) initWithName: (NSString *) newName
|
||||
andContent: (NSString *) newContent
|
||||
inContainer: (SOGoGCSFolder *) newContainer;
|
||||
|
||||
/* content */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user