view pidgin/plugins/crazychat/test.h @ 17804:016eee704a96

Avoid including NSPR's private header pprio.h just for the prototype of PR_ImportTCPSocket, and instead duplicate the prototype.
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 09 Jun 2007 16:13:10 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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