view plugins/crazychat/test.h @ 13553:e83afa26a42e

[gaim-migrate @ 15931] and finish the entry committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 23 Mar 2006 17:05:47 +0000
parents fc464a0abccc
children
line wrap: on
line source

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