view plugins/crazychat/test.h @ 11627:5dbefebb20cb

[gaim-migrate @ 13902] a patch from sadrul to add saved statuses to the dropdown committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sat, 08 Oct 2005 18:21:48 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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