Commit 94ce5d83 authored by claes's avatar claes

New Io,Ii and Iv objects added to extend method

parent a3eb1351
......@@ -3731,6 +3731,17 @@ int gobj_expand( foe_ctx foectx,
case pwr_cClass_stosp:
case pwr_cClass_cstosp:
case pwr_cClass_GetSp:
case pwr_cClass_stonumsp:
case pwr_cClass_cstonumsp:
case pwr_cClass_GetIi:
case pwr_cClass_GetIo:
case pwr_cClass_GetIv:
case pwr_cClass_stoii:
case pwr_cClass_stoio:
case pwr_cClass_stoiv:
case pwr_cClass_cstoii:
case pwr_cClass_cstoio:
case pwr_cClass_cstoiv:
sts = gobj_expand_m1( foectx, node, compress);
break;
case pwr_cClass_and:
......
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