view pidgin/plugins/crazychat/test.h @ 30603:e727f4f0ae02

jabber: Fix the GSSAPI-not-attempted fallback. Refs #12031 The mech string ends with a ' ', so this wasn't matching.
author Paul Aurich <paul@darkrain42.org>
date Sat, 12 Jun 2010 18:22:46 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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