Loading DataBase.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -263,8 +263,8 @@ void DataBase::delete_device() { Tango::Util *tg = Tango::Util::instance(); std::string &ds_name = tg->get_ds_name(); char *tmp_ds_name = const_cast<char *>(ds_name.c_str()); db_un_export_server(tmp_ds_name); char *ds_name_mut = const_cast<char *>(ds_name.c_str()); db_un_export_server(ds_name_mut); } // Delete device allocated objects Loading Loading
DataBase.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -263,8 +263,8 @@ void DataBase::delete_device() { Tango::Util *tg = Tango::Util::instance(); std::string &ds_name = tg->get_ds_name(); char *tmp_ds_name = const_cast<char *>(ds_name.c_str()); db_un_export_server(tmp_ds_name); char *ds_name_mut = const_cast<char *>(ds_name.c_str()); db_un_export_server(ds_name_mut); } // Delete device allocated objects Loading