view plugins/crazychat/test.h @ 13041:465c7e1dfc7b

[gaim-migrate @ 15400] A patch from Bleeter to add a /list command to Yahoo committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 26 Jan 2006 02:30:24 +0000
parents fc464a0abccc
children
line wrap: on
line source

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