pidgin/plugins/crazychat/test.h

Sun, 17 Aug 2008 00:35:07 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 17 Aug 2008 00:35:07 +0000
changeset 24109
bae667a13f2c
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
permissions
-rw-r--r--

merge of '967e6f53b2436e13a1de516f6afca2737f4491d3'
and 'e2024e5677254e1c7aa2b6c20d9b8deab83fc839'

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

mercurial