Differences From Artifact [616318c30f]:
- File tests/OFPlugin/TestPlugin/TestPlugin.m — part of check-in [16f1025d5c] at 2009-04-20 01:55:07 on branch trunk — Improve tests. (user: js, size: 441) [annotate] [blame] [check-ins using]
To Artifact [d0407bc1f1]:
- File
tests/OFPlugin/TestPlugin/TestPlugin.m
— part of check-in
[5ca127891c]
at
2009-05-03 21:33:49
on branch trunk
— Get rid of + new.
Additionally, make - accept return an autoreleased OFTCPSocket. (user: js, size: 450) [annotate] [blame] [check-ins using]
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 | - + | return num * 2; } @end id init_plugin() { |