Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/test.h @ 23055:6609b82b999d
merge of '78bf389fcde2b7031fecab2f75daefd749395421'
and 'a6a8a0f2b45006944916446be22cb8e56f0fca3f'
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 26 Jun 2008 01:17:25 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };