| 33 | std::string GetType() const { return type; } |
| 34 | void SetType(const std::string &t) { type = t; } |
| 35 | std::string GetAddress() const { return address; } |
| 36 | void SetAddress(const std::string &a) { address = a; } |
| 37 | int GetOutboundMessageHighWaterMark() const { return outbound_message_high_water_mark; } |
| 38 | void SetOutboundMessageHighWaterMark(const int sndhwm) { |
no outgoing calls
no test coverage detected