| 141 | |
| 142 | |
| 143 | int FileChannel::sendDomain( int commitTag, Domain * theDomain ) |
| 144 | { |
| 145 | if ( !theFile ) |
| 146 | return -1; |
| 147 | |
| 148 | return theDomain->sendSelf(commitTag, *this); |
| 149 | } |
| 150 | |
| 151 | int FileChannel::recvDomain( int commitTag, Domain * theDomain ) |
| 152 | { |