view plugins/crazychat/test.h @ 13285:f67f0cda5f0c

[gaim-migrate @ 15651] Seems I forgot to commit these changes with the request folder stuff. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 14 Feb 2006 07:55:30 +0000
parents fc464a0abccc
children
line wrap: on
line source

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