CHG: changed the return val from the tcp classes to string
This commit is contained in:
@@ -25,7 +25,7 @@ namespace DirectCommunication
|
||||
~DirectCommunicationClient();
|
||||
|
||||
void sendMessage(std::string msg);
|
||||
std::unique_ptr<std::string> getLatestMessage();
|
||||
std::string getLatestMessage();
|
||||
|
||||
private:
|
||||
ushort port_;
|
||||
|
||||
Reference in New Issue
Block a user