mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
[imported from CVS by cvs2p4 at 2000/03/21 18:26:45] [Imported from Perforce change 615 at 2006-12-01 18:26:33] Subversion-branch: /trunk/adabroker Subversion-revision: 31371
10 lines
229 B
Ada
10 lines
229 B
Ada
|
|
package PortableServer.RequestProcessingPolicy is
|
|
|
|
type Ref is new CORBA.Policy.Ref with null record;
|
|
|
|
function Get_Value (Self : Ref)
|
|
return RequestProcessingPolicyValue;
|
|
|
|
end PortableServer.RequestProcessingPolicy;
|