Commit 00ee9320 authored by claes's avatar claes

IO methods

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