source:
trunk/aux/cocotron/win32/cocotron/issue516/DocumentController.m
| Last change on this file was 13478, checked in by , 15 years ago | |
|---|---|
| File size: 355 bytes | |
| Rev | Line | |
|---|---|---|
| [13478] | 1 | // |
| 2 | // DocumentController.m | |
| 3 | // TrivialDocuments | |
| 4 | // | |
| 5 | // Created by R. Matthew Emerson on 3/3/10. | |
| 6 | // Copyright 2010 __MyCompanyName__. All rights reserved. | |
| 7 | // | |
| 8 | ||
| 9 | #import "DocumentController.h" | |
| 10 | ||
| 11 | ||
| 12 | @implementation DocumentController | |
| 13 | ||
| 14 | - (void)removeDocument:(NSDocument *)document | |
| 15 | { | |
| 16 | NSLog(@"removing document"); | |
| 17 | [super removeDocument:document]; | |
| 18 | } | |
| 19 | ||
| 20 | @end |
Note:
See TracBrowser
for help on using the repository browser.
