view pidgin/plugins/crazychat/test.h @ 21010:ed4c4eecad90

Note that imhtml->clipboard[text|html]_string are deprecated.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 25 Oct 2007 04:43:01 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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