view plugins/crazychat/test.h @ 12003:13da3f228bbb

[gaim-migrate @ 14296] Look up the real name appropriately on win32 committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 07 Nov 2005 20:19:32 +0000
parents ed017b9c532d
children fc464a0abccc
line wrap: on
line source

class Test {
	public:
		Test();
		~Test();
		void runTest();
	private:
		asdfint fake;
};