| 100 | } |
| 101 | |
| 102 | int |
| 103 | NEESData::recvMsg(int dataTag, int commitTag, |
| 104 | Message &, |
| 105 | ChannelAddress *theAddress) |
| 106 | { |
| 107 | opserr << "NEESData::recvMsg(int dataTag, int commitTag, - should not be called\n"; |
| 108 | return -1; |
| 109 | } |
| 110 | |
| 111 | int |
| 112 | NEESData::recvMsgUnknownSize(int dataTag, int commitTag, |
no outgoing calls
no test coverage detected