pidgin/plugins/crazychat/test.h

Tue, 06 Jan 2009 03:57:32 +0000

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 06 Jan 2009 03:57:32 +0000
branch
next.minor
changeset 25864
2c3a4932fafe
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
permissions
-rw-r--r--

ChangeLog the addition of themes from Justin Rodriguez's summer of code project, as well as the cleanups and additions from Paul Aurich.

Closes #7760

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

mercurial