view plugins/crazychat/test.h @ 12566:fd6ffacbb6ee

[gaim-migrate @ 14885] a couple translation updates committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 19 Dec 2005 18:16:03 +0000
parents fc464a0abccc
children
line wrap: on
line source

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