Commit 664ded46 authored by claes's avatar claes

Documentation added

parent abbc63f6
This diff is collapsed.
...@@ -54,17 +54,13 @@ SObject pwrs:Class ...@@ -54,17 +54,13 @@ SObject pwrs:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! @Summary Name of the proview error log file. ! Obsolete from V4.0.
! Name of the proview error log file.
!
! Applied to OpenVMS node the system error log gets
! always the name PWR_VMS_'XXX'.LOG and the file is put
! on the own node below sys$login. 'XXX' denotes the name
! of the node.
!*/ !*/
Object ErrLogFile $Attribute 6 Object ErrLogFile $Attribute 6
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$String132" Attr TypeRef = "pwrs:Type-$String132"
Attr Flags |= PWR_MASK_STATE
Attr Flags |= PWR_MASK_INVISIBLE
EndBody EndBody
EndObject EndObject
!/** !/**
......
...@@ -48,11 +48,6 @@ SObject pwrs:Type ...@@ -48,11 +48,6 @@ SObject pwrs:Type
! The classid is defined with a #define statement of type pwr_t<type name> ! The classid is defined with a #define statement of type pwr_t<type name>
! in the struct file for the the classvolume. ! in the struct file for the the classvolume.
! For system types, these definitions reside in pwr.h. ! For system types, these definitions reside in pwr.h.
!*/
!
! @image orm_typeid_1.gif
! @image orm_typeid_2.gif
! @image orm_typeid_3.gif
!*/ !*/
Object $TypeId pwr_eClass_Type pwr_eTix_TypeId Object $TypeId pwr_eClass_Type pwr_eTix_TypeId
Body SysBody Body SysBody
......
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