Mercurial > pidgin.yaz
view plugins/crazychat/test.h @ 12403:14230fbe943e
[gaim-migrate @ 14710]
#if 0 (as per nosnilmot) an unused static function.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 08 Dec 2005 20:57:32 +0000 |
parents | fc464a0abccc |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };