Get the protocol string
| 84 | |
| 85 | /// Get the protocol string |
| 86 | std::string getProtocolString() const { |
| 87 | return _protocolString; |
| 88 | } |
| 89 | |
| 90 | // ===================================================================== |
| 91 | // -- Data members ----------------------------------------------------- |
no outgoing calls
no test coverage detected