mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
populating procedures. [Imported from Perforce change 4490 at 2006-12-01 19:37:27] Subversion-branch: /trunk/polyorb Subversion-revision: 33441
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
Design notes for the Interface Repository Infor code generator
|
|
--------------------------------------------------------------
|
|
|
|
$Id$
|
|
|
|
For each scope we generate a new package:
|
|
Foo.IR_Info
|
|
that contains a function returning an IRObject reference
|
|
for each entity in the scope (caching previous results if
|
|
available).
|
|
|
|
This is generated as a separate package so that applications
|
|
that do not need the IR need not depend on it at all.
|