30 namespace autoconfig {
36 BOOST_THROW_EXCEPTION(
Error(
"Cannot start a stage when it's in progress"));
38 m_isInProgress =
true;
40 std::cerr <<
"Starting " << this->
getName() <<
" stage" << std::endl;
52 this->
fail(
"Cannot parse FaceUri: " + s);
59 std::cerr <<
"Stage " << this->
getName() <<
" succeeded with " << hubFaceUri << std::endl;
61 m_isInProgress =
false;
67 std::cerr <<
"Stage " << this->
getName() <<
" failed: " << msg << std::endl;
69 m_isInProgress =
false;
Copyright (c) 2014-2017, Regents of the University of California, Arizona Board of Regents...