view plugins/crazychat/test.h @ 12392:ee10d26f7fa9

[gaim-migrate @ 14699] Somehow Thomas wasn't in COPYRIGHT, and of course Praveen was not. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 08 Dec 2005 03:30:05 +0000
parents fc464a0abccc
children
line wrap: on
line source

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