view pidgin/plugins/crazychat/test.h @ 24316:adc1073040bf

Hylke added this file, presumably part of his duplicate icon structure which has been reverted. I have no idea what the intended actual change was in that effort, but clearly it should have been done as a branch without this stupid, massive duplication.
author Richard Laager <rlaager@wiktel.com>
date Sat, 08 Nov 2008 04:29:32 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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