view plugins/crazychat/test.h @ 12759:019d0e4d8d65

[gaim-migrate @ 15106] Generate the correct full name. This was preventing prefs from ever actually being removed. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 08 Jan 2006 01:11:31 +0000
parents fc464a0abccc
children
line wrap: on
line source

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