view plugins/crazychat/test.h @ 11623:fd74e7b67682

[gaim-migrate @ 13898] Strip carriage returns from OSCAR away messages and info so we don't have twice as many newlines as we should. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 08 Oct 2005 14:33:52 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

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