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