view plugins/crazychat/test.h @ 11346:e40318d2bcd8

[gaim-migrate @ 13563] added single entry point for NTLM support committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Fri, 26 Aug 2005 02:10:26 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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