view pidgin/plugins/crazychat/test.h @ 17823:91460e381dbc

Prevent the Buddy Notes plugin from offering to edit notes on a buddy list node that is not going to be saved
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 10 Jun 2007 20:23:00 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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