1 2 3 4 5 6 7 8 9 10 11 12
deferred class ExternShareable from ObjMgt inherits Persistent from Standard uses HAsciiString from PCollection is fields myEntry: HAsciiString ; end ExternShareable;