root/lang/objective-c/HatebuCoreData/FakeBookmark.m
| Revision 11801, 373 bytes (checked in by mootoh, 8 months ago) |
|---|
| Line | |
|---|---|
| 1 | // |
| 2 | // FakeBookmark.m |
| 3 | // HatebuCoreData |
| 4 | // |
| 5 | // Created by mootoh on 5/17/08. |
| 6 | // Copyright 2008 deadbeaf.org. All rights reserved. |
| 7 | // |
| 8 | |
| 9 | #import "FakeBookmark.h" |
| 10 | |
| 11 | |
| 12 | @implementation Bookmark (Fake) |
| 13 | |
| 14 | -(id) init { |
| 15 | super; |
| 16 | updated_ = NO; |
| 17 | return self; |
| 18 | } |
| 19 | |
| 20 | -(void) update { |
| 21 | NSLog(@"Bookmark(Fake)#update"); |
| 22 | updated_ = YES; |
| 23 | } |
| 24 | |
| 25 | -(BOOL) isUpdated { |
| 26 | return updated_; |
| 27 | } |
| 28 | |
| 29 | @end |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)