ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:intuition/classusr.m"
NOTE: don't use this output in your code, use the module instead.

(---) OBJECT msg
(  0)   methodid:LONG
(---) ENDOBJECT     /* SIZEOF=NONE !!! */

CONST OM_NEW=$101,
      OM_DISPOSE=$102,
      OM_SET=$103,
      OM_GET=$104,
      OM_ADDTAIL=$105,
      OM_REMOVE=$106,
      OM_NOTIFY=$107,
      OM_UPDATE=$108,
      OM_ADDMEMBER=$109,
      OM_REMMEMBER=$10A

(---) OBJECT opset
(  4)   attrlist:LONG
(  8)   ginfo:LONG
(---) ENDOBJECT     /* SIZEOF=NONE !!! */

(---) OBJECT opupdate
(  4)   attrlist:LONG
(  8)   ginfo:LONG
( 12)   flags:LONG
(---) ENDOBJECT     /* SIZEOF=NONE !!! */

CONST OPUB_INTERIM=0,
      OPUF_INTERIM=1

(---) OBJECT opget
(  4)   attrid:LONG
(  8)   storage:LONG
(---) ENDOBJECT     /* SIZEOF=NONE !!! */

(---) OBJECT opaddtail
(  4)   list:LONG
(---) ENDOBJECT     /* SIZEOF=NONE !!! */

(---) OBJECT opmember
(  4)   object:LONG
(---) ENDOBJECT     /* SIZEOF=NONE !!! */

