view plugins/crazychat/test.h @ 13251:a2ccce52ab3d

[gaim-migrate @ 15617] I think this is the correct type for the flags here. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 12 Feb 2006 18:22:27 +0000
parents fc464a0abccc
children
line wrap: on
line source

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