| 163 | |
| 164 | |
| 165 | int FileChannel::sendObj(int commitTag, |
| 166 | MovableObject &theObject, |
| 167 | ChannelAddress *theAddress){ |
| 168 | if ( !theFile ) |
| 169 | return -1; |
| 170 | |
| 171 | return theObject.sendSelf(commitTag, *this); |
| 172 | } |
| 173 | |
| 174 | |
| 175 | int FileChannel::recvObj(int commitTag, |