view pidgin/plugins/crazychat/test.h @ 21901:e1c0b28b69c0

I hate to be vain, but I like to think I do more than "(null)" :)
author Will Thompson <will.thompson@collabora.co.uk>
date Wed, 19 Dec 2007 00:58:36 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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