Mercurial > pidgin
view plugins/crazychat/test.h @ 11747:b8bf638cc4aa
[gaim-migrate @ 14038]
Roles for everyone.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Sun, 23 Oct 2005 10:08:08 +0000 |
| parents | ed017b9c532d |
| children | fc464a0abccc |
line wrap: on
line source
class Test { public: Test(); ~Test(); void runTest(); private: asdfint fake; };
