blob: 66fb6b8483e461bf168225d863ea0b4a66a0c239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---File: ObjMgt_ExternRef.cdl
private class ExternRef from ObjMgt inherits Persistent from Standard
uses HAsciiString from PCollection
is
fields
myEntryId : HAsciiString;
myBindingIndex : Integer;
end ExternRef;
|