view plugins/crazychat/test.h @ 12017:2b6e0be024fb

[gaim-migrate @ 14310] i'm being poked because i forgot to commit this committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 09 Nov 2005 02:37:48 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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