view plugins/crazychat/test.h @ 13736:14d005eedb30

[gaim-migrate @ 16147] (15:59:30) jordi: LSchiere: that should read "toniher@softcatala.org", not "her@" not sure why that didn't copy right. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 07 May 2006 20:43:44 +0000
parents fc464a0abccc
children
line wrap: on
line source

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