Changeset 14464 for lang/objective-c

Show
Ignore:
Timestamp:
06/23/08 18:18:58 (5 months ago)
Author:
lyokato
Message:

lang/objective-c/Atompub: added interface definition

Location:
lang/objective-c/Atompub/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-c/Atompub/trunk/Classes/AtomContent.h

    r13814 r14464  
    55 
    66} 
    7  
     7+ (NSString *)elementName; 
     8+ (NSXMLNode *)elementNamespace; 
     9- (NSString *)type; 
     10- (void)setType:(NSString *)aType; 
     11- (NSURL *)src; 
     12- (void)setSrc:(NSURL *)aSrc; 
     13- (NSString *)body; 
     14- (void)setBodyWithString:(NSString *)aBody; 
     15- (void)setBodyWithXMLElement:(NSXMLElement *)aBody; 
    816@end 
  • lang/objective-c/Atompub/trunk/HISTORY.txt

    r14462 r14464  
     1- Mon Jun 23 18:17:00 2008 
     2 
     3-- added interface definition to AtompubContent.h 
     4 
    15- Mon Jun 23 18:04:00 2008 
    26