view pidgin/plugins/crazychat/test.h @ 20762:da25e749450a

merge of '6f133a093581cd9a632ca6d0ce110d180e582714' and 'cbd891d4cc489df2ea1b945a7310c78445688f40'
author Luke Schierer <lschiere@pidgin.im>
date Wed, 03 Oct 2007 04:02:18 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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