Mercurial > pidgin.yaz
view plugins/crazychat/test.h @ 11282:1c2232d6ae15
[gaim-migrate @ 13479]
update this...
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Tue, 16 Aug 2005 20:57:57 +0000 |
parents | ed017b9c532d |
children | fc464a0abccc |
line wrap: on
line source
class Test { public: Test(); ~Test(); void runTest(); private: asdfint fake; };