| 223 | } |
| 224 | |
| 225 | int |
| 226 | Actor::recvVector(Vector &theVector, ChannelAddress *theAddress ) |
| 227 | { |
| 228 | if (theAddress == 0) |
| 229 | return theChannel->recvVector(0, commitTag, theVector,theRemoteShadowsAddress); |
| 230 | else |
| 231 | return theChannel->recvVector(0, commitTag, theVector,theAddress); |
| 232 | } |
| 233 | |
| 234 | int |
| 235 | Actor::sendID(const ID &theID, ChannelAddress *theAddress ) |
no outgoing calls
no test coverage detected