summaryrefslogtreecommitdiff
path: root/src/ObjMgt/ObjMgt_ExternShareable.cdl
blob: c2e3a903af4dc8f06cdd33be90b74318a1826613 (plain)
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;