comparison plugins/crazychat/test.h @ 11218:ed017b9c532d

[gaim-migrate @ 13350] crazychat commit, first one. committer: Tailor Script <tailor@pidgin.im>
author Charlie Stockman <chuckleberry>
date Tue, 09 Aug 2005 07:10:23 +0000
parents
children fc464a0abccc
comparison
equal deleted inserted replaced
11217:f854402837ba 11218:ed017b9c532d
1 class Test {
2 public:
3 Test();
4 ~Test();
5 void runTest();
6 private:
7 asdfint fake;
8 };