Commit c80c9921 authored by claes's avatar claes

UserStatus added

parent 45e00d91
!
! Proview $Id: pwrb_c_statusserverconfig.wb_load,v 1.1 2007-05-16 12:38:37 claes Exp $
! Proview $Id: pwrb_c_statusserverconfig.wb_load,v 1.2 2007-07-04 13:24:46 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -45,6 +45,26 @@ SObject pwrb:Class
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!/**
! User Status.
!*/
Object UserStatus $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Status"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 5
EndBody
EndObject
!/**
! User Status string.
!*/
Object UserStatusStr $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 5
EndBody
EndObject
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