removed callee, using receier

This commit is contained in:
Torsten Ruger
2014-07-17 00:54:36 +03:00
parent 5eddfec928
commit 6ef7ef0572
2 changed files with 2 additions and 2 deletions

View File

@ -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