view plugins/crazychat/test.h @ 14180:45818acef0eb

[gaim-migrate @ 16830] Patch from Henning Nor?n to not show ICQ users as "pending" when they are away without a message committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 18 Aug 2006 05:59:47 +0000
parents fc464a0abccc
children
line wrap: on
line source

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