changing signature from std::string to const std::string& for client receiver ip functions

This commit is contained in:
2019-01-15 13:14:43 +01:00
parent f2669adda7
commit a9fb476543
4 changed files with 6 additions and 6 deletions

View File

@ -979,7 +979,7 @@ public:
* Sets the client zmq ip\sa sharedSlsDetector
* @param sourceIP client zmq ip
*/
void setClientStreamingIP(std::string sourceIP);
void setClientStreamingIP(const std::string& sourceIP);
/**
* Returns the client zmq ip \sa sharedSlsDetector