Actions
Bug #5502
closedRedundant code in each driver - Part 1
Start date:
11/13/2013
Due date:
% Done:
0%
Estimated time:
Description
In Driver Generator in the generated driver file Driver_Name_Register.ads there is this:
type T_Couple is record Register_Name : Unbounded_String := Null_Unbounded_String; Address : T_Address := Null_T_Address; end record;
We found this type in each new driver. We can move this type in libenxplugin.
Same comment for :
function Get_Address (Val : String) return T_Address;
Related issues
Updated by Legay Eric about 11 years ago
- Assigned To set to Legay Eric
Should be fixed in version : changeset r931 for the type definition !
Updated by Legay Eric about 11 years ago
- Subject changed from Redundant code in each driver to Redundant code in each driver - Part 1
Updated by Legay Eric about 11 years ago
- Status changed from New to Feedback
- Assigned To changed from Legay Eric to Dosme Nicolas
Updated by Dosme Nicolas about 11 years ago
- Status changed from Feedback to Closed
Actions