Changeset 13175
- Timestamp:
- Jan 21, 2012, 2:58:39 PM (11 years ago)
- Location:
- trunk/macosx
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/FileListNode.h
r13174 r13175 32 32 33 33 NSMutableArray * fChildren; 34 35 NSString * fName; 36 NSString * fPath; 37 Torrent * fTorrent; 38 uint64_t fSize; 39 NSImage * fIcon; 40 BOOL fIsFolder; 34 41 } 35 42 -
trunk/macosx/FileListNode.m
r13174 r13175 33 33 @implementation FileListNode 34 34 35 #warning remove ivars in header when 64-bit only (or it compiles in 32-bit mode) 35 36 @synthesize name = fName; 36 37 @synthesize path = fPath; -
trunk/macosx/TrackerNode.h
r13174 r13175 31 31 { 32 32 tr_tracker_stat fStat; 33 34 Torrent * fTorrent; 33 35 } 34 36 -
trunk/macosx/TrackerNode.m
r13174 r13175 28 28 @implementation TrackerNode 29 29 30 #warning remove ivars in header when 64-bit only (or it compiles in 32-bit mode) 30 31 @synthesize torrent = fTorrent; 31 32
Note: See TracChangeset
for help on using the changeset viewer.