pidgin/plugins/crazychat/test.h

Sun, 03 May 2009 17:10:51 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Sun, 03 May 2009 17:10:51 +0000
changeset 27023
f7d6ee5315c9
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
permissions
-rw-r--r--

Add blist-node-(added|removed) and deprecate buddy-(added|removed). Closes #8309

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

mercurial