view pidgin/plugins/crazychat/test.h @ 21559:ab6212eae70f

syntax checks (German)
author Björn Voigt <bjoern@cs.tu-berlin.de>
date Fri, 16 Nov 2007 23:50:30 +0000
parents 5fe8042783c1
children
line wrap: on
line source

class Test {
	public:
		Test(void);
		~Test(void);
		void runTest(void);
	private:
		asdfint fake;
};