Rev 2131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2131 | Rev 2307 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | + (id) new |
47 | + (id) new |
48 | { |
48 | { |
49 | return class_create_instance(self); |
49 | return class_create_instance(self); |
50 | } |
50 | } |
51 | 51 | ||
52 | - (id) free |
52 | - (id) dispose |
53 | { |
53 | { |
54 | return object_dispose(self); |
54 | return object_dispose(self); |
55 | } |
55 | } |
56 | 56 | ||
57 | @end |
57 | @end |