Exemplo n.º 1
0
int main(int argc, char * argv[])
{
	Master master;
	if (!master.StartMaster(argc,argv))
		return -1;
	return 0;
}