Esempio n. 1
0
int main()
{
	CTest cTest;
	cTest.Start();
	//fn::Sleep(1);
	//const pid_t nRet = fn::Wait(NULL);
	cTest.Stop();
	FN_LOG_INFO("main");

	return 0;
}