Commit 505439c8 authored by claes's avatar claes

Attributes can not have flags CONST

parent f22c0e1d
! !
! Proview $Id: pwrs_c_system.wb_load,v 1.5 2008-06-24 07:19:16 claes Exp $ ! Proview $Id: pwrs_c_system.wb_load,v 1.6 2008-06-25 12:32:12 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,7 +64,6 @@ SObject pwrs:Class ...@@ -64,7 +64,6 @@ 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
!/** !/**
...@@ -79,7 +78,6 @@ SObject pwrs:Class ...@@ -79,7 +78,6 @@ 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