view pidgin/plugins/crazychat/test.h @ 20223:3972d9b3ca2f

applied changes from b23d40378bee58e6e5a79f04f532b50daf43f802 through e67a54b3bf4349b6e65a46f749626a122c6afb22
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 15:48:01 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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