view plugins/crazychat/test.h @ 12784:d3476701107d

[gaim-migrate @ 15131] Whitespace and fix gaim_account_get_status_types so that the objects it returns are correctly classed. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 09 Jan 2006 07:46:31 +0000
parents fc464a0abccc
children
line wrap: on
line source

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