| 91 | } |
| 92 | |
| 93 | int |
| 94 | NEESData::sendMsg(int dataTag, int commitTag, |
| 95 | const Message &, |
| 96 | ChannelAddress *theAddress) |
| 97 | { |
| 98 | opserr << "NEESData::sendMsg(int dataTag, int commitTag, - should not be called\n"; |
| 99 | return -1; |
| 100 | } |
| 101 | |
| 102 | int |
| 103 | NEESData::recvMsg(int dataTag, int commitTag, |
no outgoing calls
no test coverage detected