Loading src/Client.cpp +1 −3 Original line number Original line 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) else if(errorCode == boost::asio::error::operation_aborted) { { DEBUG_STREAM << "Client::handleUpdateLists() STOP" << endl; DEBUG_STREAM << "Client::handleUpdateLists() stopping" << endl; //TODO: change state and status } } else else { { Loading src/DataImporter.cpp +1 −2 Original line number Original line Diff line number Diff line Loading @@ -178,7 +178,7 @@ void DataImporter::init_device() { { set_state(Tango::FAULT); set_state(Tango::FAULT); std::stringstream error_stream; 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()); set_status(error_stream.str()); } } catch(...) catch(...) Loading Loading @@ -734,7 +734,6 @@ void DataImporter::on() set_status("DataImporter::On() unknown error"); set_status("DataImporter::On() unknown error"); } } /*----- PROTECTED REGION END -----*/ // DataImporter::on /*----- 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 Original line 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) else if(errorCode == boost::asio::error::operation_aborted) { { DEBUG_STREAM << "Client::handleUpdateLists() STOP" << endl; DEBUG_STREAM << "Client::handleUpdateLists() stopping" << endl; //TODO: change state and status } } else else { { Loading
src/DataImporter.cpp +1 −2 Original line number Original line Diff line number Diff line Loading @@ -178,7 +178,7 @@ void DataImporter::init_device() { { set_state(Tango::FAULT); set_state(Tango::FAULT); std::stringstream error_stream; 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()); set_status(error_stream.str()); } } catch(...) catch(...) Loading Loading @@ -734,7 +734,6 @@ void DataImporter::on() set_status("DataImporter::On() unknown error"); set_status("DataImporter::On() unknown error"); } } /*----- PROTECTED REGION END -----*/ // DataImporter::on /*----- PROTECTED REGION END -----*/ // DataImporter::on } } //-------------------------------------------------------- //-------------------------------------------------------- Loading