gel: Cosmetics.
This commit is contained in:
@@ -48,19 +48,6 @@ is
|
||||
end record;
|
||||
|
||||
|
||||
-- type new_sprite_Event is new lace.Event.item with
|
||||
-- record
|
||||
-- Pair : gel.remote.World.sprite_model_Pair;
|
||||
-- end record;
|
||||
|
||||
|
||||
-- type new_sprite_added_to_world_Event is new lace.Event.item with
|
||||
-- record
|
||||
-- Sprite_Id : gel.sprite_Id;
|
||||
-- World_Id : gel. world_Id;
|
||||
-- end record;
|
||||
|
||||
|
||||
type new_sprite_Event is new lace.Event.item with
|
||||
record
|
||||
Pair : gel.remote.World.sprite_model_Pair;
|
||||
|
||||
@@ -20,13 +20,13 @@ package gel.remote.World
|
||||
--
|
||||
is
|
||||
pragma remote_Types;
|
||||
pragma Suppress (Container_Checks); -- Suppress expensive tamper checks.
|
||||
pragma suppress (Container_Checks); -- Suppress expensive tamper checks.
|
||||
|
||||
type Item is limited interface
|
||||
and lace.Subject .item
|
||||
and lace.Observer.item;
|
||||
|
||||
type View is access all Item'Class with asynchronous;
|
||||
type View is access all Item'Class with Asynchronous;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user