Mercurial > pidgin
view plugins/crazychat/test.h @ 13396:bb17a6cb32dc
[gaim-migrate @ 15769]
This plugin should also not be forcing message timestamps on when it is
unloaded.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Mon, 06 Mar 2006 09:21:35 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
