[Haiku-commits] r26680 - in haiku/trunk/src/tests/servers/app: . benchmark
Axel Dörfler
axeld at pinc-software.de
Tue Jul 29 20:13:55 CEST 2008
stippi at mail.berlios.de wrote:
> + */
> +#include "TestWindow.h"
> +
> +#include "Test.h"
> +
> +
> +TestView::TestView(BRect frame, Test* test, drawing_mode mode,
> + const BMessenger& target)
> + : BView(frame, "test view", B_FOLLOW_ALL, B_WILL_DRAW)
> + , fTest(test)
> + , fTarget(target)
Whatever happened to our style guide?
No blank line after the copyright?
So, what's the score? :-)
Bye,
Axel.
More information about the Haiku-commits
mailing list