Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/test.h @ 19878:e19a9e7cf15d
merge of '157af56b7d2b30861754d904bd1a501357ee10a7'
and 'fc666ac71d6625f3d3433d18f931f602c755d311'
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Fri, 17 Aug 2007 22:50:12 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };