| 173 | |
| 174 | |
| 175 | int FileChannel::recvObj(int commitTag, |
| 176 | MovableObject &theObject, |
| 177 | FEM_ObjectBroker &theBroker, |
| 178 | ChannelAddress *theAddress) { |
| 179 | if ( !theFile ) |
| 180 | return -1; |
| 181 | |
| 182 | |
| 183 | setCommitStep( commitTag ); |
| 184 | return theObject.recvSelf(commitTag, *this, theBroker); |
| 185 | } |
| 186 | |
| 187 | |
| 188 | int FileChannel::sendMsg(int dbTag, int commitTag, const Message &, ChannelAddress *theAddress) |