Mercurial > pidgin
view plugins/crazychat/test.h @ 12945:6af3ac33eeea
[gaim-migrate @ 15298]
This seems like a better way of dealing with the Presence: None issue.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 19 Jan 2006 07:09:47 +0000 |
| parents | fc464a0abccc |
| children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };
