view plugins/crazychat/test.h @ 13814:6e14740ea2a0

[gaim-migrate @ 16245] We don't really need to use the _printf() version of g_string_append() to append a plain string. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 10 Jun 2006 19:03:24 +0000
parents fc464a0abccc
children
line wrap: on
line source

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