view plugins/crazychat/test.h @ 13001:4bbd39576c52

[gaim-migrate @ 15354] I just noticed this. Tools -> Privacy needs to be greyed out when there are no accounts online. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 23 Jan 2006 01:53:09 +0000
parents fc464a0abccc
children
line wrap: on
line source

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