mirror of
https://github.com/nasa/trick.git
synced 2025-06-18 23:28:26 +00:00
Replace TrickComm with new connection_handler library
This commit is contained in:
@ -1 +1,10 @@
|
||||
#include "trick/ClientConnection.hh"
|
||||
#include "trick/ClientConnection.hh"
|
||||
|
||||
std::string Trick::ClientConnection::getClientTag () {
|
||||
return _client_tag;
|
||||
}
|
||||
|
||||
int Trick::ClientConnection::setClientTag (std::string tag) {
|
||||
_client_tag = tag;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user