view plugins/crazychat/test.h @ 14159:ff3db5cdeb9f

[gaim-migrate @ 16807] This function was used by the chat userlist buttons, which are gone committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 17 Aug 2006 04:45:11 +0000
parents fc464a0abccc
children
line wrap: on
line source

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