| 164 | } |
| 165 | |
| 166 | int |
| 167 | Actor::recvObject(MovableObject &theObject, |
| 168 | ChannelAddress *theAddress ) |
| 169 | { |
| 170 | if (theAddress == 0) |
| 171 | return theChannel->recvObj(commitTag, theObject,*theBroker, |
| 172 | theRemoteShadowsAddress); |
| 173 | else |
| 174 | return theChannel->recvObj(commitTag, theObject,*theBroker,theAddress); |
| 175 | } |
| 176 | |
| 177 | |
| 178 | int |
no test coverage detected