view plugins/crazychat/test.h @ 14081:dee8540be099

[gaim-migrate @ 16702] Remove Napster from the description in this file committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 11 Aug 2006 06:38:37 +0000
parents fc464a0abccc
children
line wrap: on
line source

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