Mercurial > pidgin
view plugins/crazychat/test.h @ 11647:a4880ada048d
[gaim-migrate @ 13926]
About Boxed!
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Wed, 12 Oct 2005 23:55:41 +0000 |
| parents | ed017b9c532d |
| children | fc464a0abccc |
line wrap: on
line source
class Test { public: Test(); ~Test(); void runTest(); private: asdfint fake; };
