Loading src/Client.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -249,9 +249,7 @@ void Client::handleUpdateLists(const boost::system::error_code& errorCode) } else if(errorCode == boost::asio::error::operation_aborted) { DEBUG_STREAM << "Client::handleUpdateLists() STOP" << endl; //TODO: change state and status DEBUG_STREAM << "Client::handleUpdateLists() stopping" << endl; } else { Loading src/DataImporter.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ void DataImporter::init_device() { set_state(Tango::FAULT); std::stringstream error_stream; error_stream << "DataImporter::init_device() " << ex.what() << std::endl; error_stream << "DataImporter::init_device() " << ex.what(); set_status(error_stream.str()); } catch(...) Loading Loading @@ -734,7 +734,6 @@ void DataImporter::on() set_status("DataImporter::On() unknown error"); } /*----- PROTECTED REGION END -----*/ // DataImporter::on } //-------------------------------------------------------- Loading src/DataImporter.h +161 −161 File changed.Contains only whitespace changes. Show changes Loading
src/Client.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -249,9 +249,7 @@ void Client::handleUpdateLists(const boost::system::error_code& errorCode) } else if(errorCode == boost::asio::error::operation_aborted) { DEBUG_STREAM << "Client::handleUpdateLists() STOP" << endl; //TODO: change state and status DEBUG_STREAM << "Client::handleUpdateLists() stopping" << endl; } else { Loading
src/DataImporter.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ void DataImporter::init_device() { set_state(Tango::FAULT); std::stringstream error_stream; error_stream << "DataImporter::init_device() " << ex.what() << std::endl; error_stream << "DataImporter::init_device() " << ex.what(); set_status(error_stream.str()); } catch(...) Loading Loading @@ -734,7 +734,6 @@ void DataImporter::on() set_status("DataImporter::On() unknown error"); } /*----- PROTECTED REGION END -----*/ // DataImporter::on } //-------------------------------------------------------- Loading