gel.world: Add 'Mirror_as_observer' parameter to 'deregister' procedure.
This commit is contained in:
@@ -163,22 +163,22 @@ is
|
||||
|
||||
|
||||
|
||||
procedure Write (Stream : not null access ada.Streams.Root_Stream_type'Class;
|
||||
procedure write (Stream : not null access ada.Streams.Root_Stream_type'Class;
|
||||
the_Event : in new_graphics_model_Event)
|
||||
is
|
||||
begin
|
||||
openGL.remote_Model.item'Class'Output (Stream,
|
||||
the_Event.Model.all);
|
||||
end Write;
|
||||
end write;
|
||||
|
||||
|
||||
|
||||
procedure Read (Stream : not null access ada.Streams.Root_Stream_type'Class;
|
||||
the_Event : out new_graphics_model_Event)
|
||||
procedure read (Stream : not null access ada.Streams.Root_Stream_type'Class;
|
||||
the_Event : out new_graphics_model_Event)
|
||||
is
|
||||
begin
|
||||
the_Event.Model := new openGL.remote_Model.item'Class' (openGL.remote_Model.item'Class'Input (Stream));
|
||||
end Read;
|
||||
end read;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user