@@ -46,11 +46,11 @@ - (char*)cString { OF_NOT_IMPLEMENTED(NULL) } -- (wchar_t*)wcString +- (wchar_t*)wCString { OF_NOT_IMPLEMENTED(NULL) } - (size_t)length @@ -84,9 +84,14 @@ { OF_NOT_IMPLEMENTED(nil) } - appendWideCString: (const wchar_t*)str +{ + OF_NOT_IMPLEMENTED(nil) +} + +- reverse { OF_NOT_IMPLEMENTED(nil) } @end