view pidgin/plugins/crazychat/test.h @ 24410:9eafd4a52906

merge of '59b09f0d1f3f4226f7edfd8351478498fbd6b8d3' and 'ca4b6e987b967927b0f8bd001bc33440a6885000'
author Mark Doliner <mark@kingant.net>
date Mon, 17 Nov 2008 07:44:40 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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