Files
PolyORB/Examples/MultiSto/types.ads
Laurent Pautet bef6d79289 Add example using shared passive partitions and multi data storage
feature

Subversion-branch: /importfromcvs/trunk
Subversion-revision: 47451
2000-05-24 17:53:38 +00:00

7 lines
131 B
Ada

package Types is
pragma Pure;
type Word is new String (1 .. 16);
procedure Set (W : in out Word; S : String);
end Types;