Mercurial > pidgin
view plugins/crazychat/test.h @ 19836:b821d5551c30
[gaim-migrate @ 17182]
change to fix the process of Phone Member
TODO: need to support Phone user later
committed by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Thu, 07 Sep 2006 17:32:25 +0000 |
parents | fc464a0abccc |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };