Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/test.h @ 26286:16698063c352
Use purple_buddy_get_protocol_data instead of ->proto_data
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 23 Mar 2009 04:31:05 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };