| 214 | } |
| 215 | |
| 216 | int |
| 217 | Actor::sendVector(const Vector &theVector, ChannelAddress *theAddress ) |
| 218 | { |
| 219 | if (theAddress == 0) |
| 220 | return theChannel->sendVector(0, commitTag, theVector,theRemoteShadowsAddress); |
| 221 | else |
| 222 | return theChannel->sendVector(0, commitTag, theVector,theAddress); |
| 223 | } |
| 224 | |
| 225 | int |
| 226 | Actor::recvVector(Vector &theVector, ChannelAddress *theAddress ) |
no outgoing calls
no test coverage detected