view pidgin/plugins/crazychat/test.h @ 26782:74c6f4df901c

Changelog support for XMPP idle time (XEP-0256)
author Marcus Lundblad <ml@update.uu.se>
date Sun, 26 Apr 2009 21:38:20 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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