view plugins/crazychat/test.h @ 11685:d309a383ebf7

[gaim-migrate @ 13971] We removed this signal a little while ago. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 17 Oct 2005 20:33:35 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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