view plugins/crazychat/test.h @ 12746:4f7dab030b1a

[gaim-migrate @ 15093] abstract to a function and robustify the rest of the attribute parsing committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 06 Jan 2006 06:33:46 +0000
parents fc464a0abccc
children
line wrap: on
line source

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