removed callee, using receier
This commit is contained in:
@ -48,7 +48,7 @@ constant.
|
||||
And as a final bonus of all this clarity, i immediately spotted the inconcistency in my oen design: The frame i designed
|
||||
holds local variables, but the caller needs to create it. The caller can not possibly know the number of local variables
|
||||
as that is decided by the invoked method, which is only known at run-time. So we clearly need a two level thing here, one
|
||||
that the caller creates, and one that the callee creates.
|
||||
that the caller creates, and one that the receiver creates.
|
||||
|
||||
### Messaging and slots
|
||||
|
||||
|
Reference in New Issue
Block a user