@@ -154,10 +154,15 @@ { [_name release]; [super dealloc]; } + +- (id)copy +{ + return [self retain]; +} - (OFString *)description { return [OFString stringWithFormat: @"<%@:\n"