The NetObjInit interface is integral to network object runtime
   initialization.  It is carefully crafted to avoid initialization
   circularities.  Beware of changing it. 
INTERFACENetObjInit ; PROCEDURE InitAgentStubs();
InitAgentStubs registers stubs for the type SpecialObj.T. 
PROCEDURE InitVoucherStubs();
InitVoucherStubs registers stubs for the type Voucher.T. 
END NetObjInit.