view pidgin/plugins/crazychat/test.h @ 17699:2217b738a890

300 milliseconds apparently works on win32 for the SILC scheduler, let's try this everywhere else too.
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 04 Jun 2007 02:46:05 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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