34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
path: path
owner: owner
group: group] autorelease];
}
- initWithClass: (Class)class_
{
Class c = isa;
[self release];
@throw [OFNotImplementedException exceptionWithClass: c
selector: _cmd];
}
- initWithClass: (Class)class_
path: (OFString*)path_
|
|
|
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
path: path
owner: owner
group: group] autorelease];
}
- initWithClass: (Class)class_
{
Class c = [self class];
[self release];
@throw [OFNotImplementedException exceptionWithClass: c
selector: _cmd];
}
- initWithClass: (Class)class_
path: (OFString*)path_
|