/**
 * @author rgaumond
 */
function loading_info_object(id)
{
	this.id=id;
	this.completed=false;
	return this;
}
