@@ -105,10 +105,16 @@ /* FIXME: On error, throw exception */ #ifndef _WIN32 symlink([src cString], [dest cString]); #endif } + +- init +{ + @throw [OFNotImplementedException newWithClass: isa + selector: _cmd]; +} - initWithPath: (OFString*)path mode: (OFString*)mode { Class c;