Commit 43838f16 authored by claes's avatar claes

RtReadOnly added to flag word

parent 969029f5
! !
! Proview $Id: pwrs_c_system.wb_load,v 1.4 2006-02-23 14:37:20 claes Exp $ ! Proview $Id: pwrs_c_system.wb_load,v 1.5 2008-06-24 07:19:16 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB. ! Copyright (C) 2005 SSAB Oxelösund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -64,6 +64,7 @@ SObject pwrs:Class ...@@ -64,6 +64,7 @@ SObject pwrs:Class
Object SystemName $Attribute 2 Object SystemName $Attribute 2
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$String80" Attr TypeRef = "pwrs:Type-$String80"
Attr Flags |= PWR_MASK_CONST
EndBody EndBody
EndObject EndObject
!/** !/**
...@@ -78,6 +79,7 @@ SObject pwrs:Class ...@@ -78,6 +79,7 @@ SObject pwrs:Class
Object SystemGroup $Attribute 9 Object SystemGroup $Attribute 9
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$String80" Attr TypeRef = "pwrs:Type-$String80"
Attr Flags |= PWR_MASK_CONST
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
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