view plugins/crazychat/test.h @ 13934:ef0d515b9f97

[gaim-migrate @ 16462] Mark urgent-hinted windows in the window-list. Make the default size of some of the windows smaller. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 08 Jul 2006 19:06:59 +0000
parents fc464a0abccc
children
line wrap: on
line source

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