| 132 | void setReceiveMsg(dsql_msg* value) { receiveMsg = value; } |
| 133 | |
| 134 | dsql_par* getEof() { return eof; } |
| 135 | const dsql_par* getEof() const { return eof; } |
| 136 | void setEof(dsql_par* value) { eof = value; } |
| 137 |
no outgoing calls
no test coverage detected