Commit 00ee9320 authored by claes's avatar claes

IO methods

parent 16450fb0
......@@ -28,6 +28,7 @@ SObject pwrs:Class
Body SysBody
Attr Flags |= pwr_mClassDef_System
Attr Flags |= pwr_mClassDef_TopObject
Attr Flags |= pwr_mClassDef_IOAgent
EndBody
Object SysBody $ObjBodyDef 1
Body SysBody
......@@ -270,5 +271,12 @@ SObject pwrs:Class
Attr MethodName = "$Node-PostCreate"
EndBody
EndObject
Object IoMethods $RtMethod
Object IoAgentInit $Method
Body SysBody
Attr MethodName = "Node-IoAgentInit"
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