Mercurial > pidgin
view plugins/crazychat/test.h @ 12706:d7fa486b06d3
[gaim-migrate @ 15049]
Update to use the official meanwhile binary.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Tue, 03 Jan 2006 22:34:11 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
