예제 #1
0
파일: process.cpp 프로젝트: nysanier/fn
int main()
{
	CTest cTest;
	cTest.Start();
	//fn::Sleep(1);
	//const pid_t nRet = fn::Wait(NULL);
	cTest.Stop();
	FN_LOG_INFO("main");

	return 0;
}