view pidgin/plugins/crazychat/test.h @ 25529:1c6abf965d62

propagate from branch 'im.pidgin.pidgin' (head 7bdb1afaf64b2e3bde8dc04063fbe6d39c937b73) to branch 'im.pidgin.pidgin.yaz' (head a8e8ce1ddd79d3edd3c21d8df24873fcf40a8fd8)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 04 Jul 2007 07:46:51 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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