Commit 1fa4cb20 by Arnaud Charlet

rtsfind.adb: Remove s-polint from comment as it exists no more.

        * rtsfind.adb: Remove s-polint from comment as it exists no more.

        * rtsfind.ads: 
        Move entity RE_Get_Active_Partition_Id to package System.DSA_Services.
        Move all the entities in obsolete package System.PolyORB_Interface to
        System.Partition_Interface.
	(RE_Storage_Size): New function in System.Tasking.
	(RE_Get_Ceiling): New entity.
	(RE_Set_Ceiling): New entity.
	(RO_PE_Get_Ceiling): New entity.
	(RO_RE_Set_Ceiling): New entity.
	(Inherit_CPP_DT): New entity

From-SVN: r118296
parent de397a3d
...@@ -826,8 +826,7 @@ package body Rtsfind is ...@@ -826,8 +826,7 @@ package body Rtsfind is
-- Otherwise we need the check if we are going after one of -- Otherwise we need the check if we are going after one of
-- the critical entities in System.RPC in stubs mode. -- the critical entities in System.RPC in stubs mode.
-- ??? Should we do this for other s-parint/s-polint entities -- ??? Should we do this for other s-parint entities too?
-- too?
if (Distribution_Stub_Mode = Generate_Receiver_Stub_Body if (Distribution_Stub_Mode = Generate_Receiver_Stub_Body
or else or else
...@@ -1062,7 +1061,7 @@ package body Rtsfind is ...@@ -1062,7 +1061,7 @@ package body Rtsfind is
-- Bump count of violations if we are in configurable run-time -- Bump count of violations if we are in configurable run-time
-- mode and this is not a continuation message. -- mode and this is not a continuation message.
if Configurable_Run_Time_Mode and then Msg (1) /= '\' then if Configurable_Run_Time_Mode and then Msg (Msg'First) /= '\' then
Configurable_Run_Time_Violations := Configurable_Run_Time_Violations :=
Configurable_Run_Time_Violations + 1; Configurable_Run_Time_Violations + 1;
end if; end if;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment