view plugins/crazychat/test.h @ 12208:ddcd92a32eeb

[gaim-migrate @ 14510] Make the unread message thing in the buddy list respond to deleting conversations, and add a safety check to avoid trying to display a NULL conversation. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 24 Nov 2005 12:50:49 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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