diff options
Diffstat (limited to 'gcc/ada/s-rpc.ads')
-rw-r--r-- | gcc/ada/s-rpc.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-rpc.ads b/gcc/ada/s-rpc.ads index fa883ecbbc1..93ad69bfc5e 100644 --- a/gcc/ada/s-rpc.ads +++ b/gcc/ada/s-rpc.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -52,12 +52,12 @@ package System.RPC is (Initial_Size : Ada.Streams.Stream_Element_Count) is new Ada.Streams.Root_Stream_Type with private; - procedure Read + overriding procedure Read (Stream : in out Params_Stream_Type; Item : out Ada.Streams.Stream_Element_Array; Last : out Ada.Streams.Stream_Element_Offset); - procedure Write + overriding procedure Write (Stream : in out Params_Stream_Type; Item : Ada.Streams.Stream_Element_Array); |