Skip to content

Commit

Permalink
Rebuild the model files
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Dec 26, 2018
1 parent a672799 commit 473cd4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions awa/plugins/awa-jobs/src/model/awa-jobs-models.ads
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ package AWA.Jobs.Models is
package Job_Status_Type_Objects is
new Util.Beans.Objects.Enums (Job_Status_Type);

type Nullable_Job_Status_Type is record
Is_Null : Boolean := True;
Value : Job_Status_Type;
end record;

type Job_Ref is new ADO.Objects.Object_Ref with null record;

-- --------------------
Expand Down

0 comments on commit 473cd4d

Please sign in to comment.