mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
7 lines
86 B
Ada
7 lines
86 B
Ada
package Common is
|
|
|
|
pragma Pure;
|
|
type Partition_ID is new Natural;
|
|
|
|
end Common;
|