view pidgin/plugins/crazychat/test.h @ 24609:4895879ebafb

ChangeLog a couple items and rearrange some items a bit.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 06 Dec 2008 20:02:49 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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