view pidgin/plugins/crazychat/test.h @ 27825:86634df8facf

removed experimental and unused web client detection code
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 22 Apr 2008 01:04:23 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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