[PolyORB-users] Local objects: another idea
Vadim Godunko
vgodunko@rost.ru
Tue, 06 Jan 2004 13:22:33 +0300
Hello,
As I undestood, CORBA unconstrained interface references always as a
PolyORB.References.Ref.
May be define local objects as "not PolyORB.References"?
For example add to PolyORB.References such subprogram:
function Is_Reference (R : in Ref) return Boolean is
begin
if not Is_Nil (R) then
return Entity_Of (R).all in Reference_Info'Class;
else
return True;
end if;
end Is_Reference;
--
Vadim Godunko