pidgin/plugins/crazychat/test.h@33bf2fd32108
pidgin/plugins/crazychat/test.h
Mon, 16 Apr 2007 00:44:33 +0000
- author
- Richard Laager <rlaager@pidgin.im>
- date
- Mon, 16 Apr 2007 00:44:33 +0000
- changeset 16238
- 33bf2fd32108
- parent 12323
-
plugins/crazychat/test.h@f52908fb23b0
- parent 15435
-
plugins/crazychat/test.h@4b933b06d75e
- permissions
- -rw-r--r--
merge of 'b98e72d4089afb8a1879e5fe9627cfb132ee88de'
and '606a402fea87c797c4b751475228a6f6a5385122'
class Test {
public:
Test(void);
~Test(void);
void runTest(void);
private:
asdfint fake;
};