Skip to content

Commit

Permalink
[core] Add @inline to the receive() function.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Nov 21, 2016
1 parent 2c4750a commit 8f649b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclipse-sarl/plugins/io.sarl.core/src/io/sarl/core/bic.sarl
Expand Up @@ -444,9 +444,10 @@ capacity DefaultContextInteractions {
*
* @param receiver the identifier of the expected receiver.
* @param event the event to emit.
* @deprecated see #willReceive(UUID, Event)
* @deprecated see #UUID, Event)
*/
@Deprecated
@Inline(value = "willReceive($1, $2)")
def receive(receiver : UUID, ^event : Event)

/**
Expand Down

0 comments on commit 8f649b7

Please sign in to comment.