Mercurial > pidgin
view plugins/crazychat/test.h @ 13776:d64da4db5e8f
[gaim-migrate @ 16188]
jabber status message escape goodness
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Thu, 18 May 2006 04:23:02 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
