view plugins/crazychat/test.h @ 13561:104fbbfc91fb

[gaim-migrate @ 15940] beta3 for the RPM spec file too committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 25 Mar 2006 15:17:15 +0000
parents fc464a0abccc
children
line wrap: on
line source

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