Commit b5dcc0ec authored by claes's avatar claes

Cast attribute added

parent 95a18e8b
......@@ -59,12 +59,12 @@ SObject pwrs:Type
EndBody
EndObject
!/**
! Not yet implemented.
! Attribute is casted.
!*/
Object ChangeLog $Bit
Object CastAttr $Bit
Body SysBody
Attr PgmName = "changelog"
Attr Text = "ChangeLog"
Attr PgmName = "castattr"
Attr Text = "CastAttr"
Attr Value = 8
EndBody
EndObject
......
......@@ -152,6 +152,16 @@ SObject pwrs:Type
Attr Value = 4096
EndBody
EndObject
!/**
! Object has casted attributes.
!*/
Object CastAttr $Bit
Body SysBody
Attr PgmName = "CastAttr"
Attr Text = "CastAttr"
Attr Value = 8192
EndBody
EndObject
EndObject
EndSObject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment