server port definition

which refers to TCP server
This commit is contained in:
Robin Müller 2021-08-09 16:51:04 +02:00
parent 82bcb695b7
commit 5a51970bf5
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#endif
const std::string TcpTmTcBridge::DEFAULT_SERVER_PORT = TcpTmTcBridge::DEFAULT_SERVER_PORT;
TcpTmTcBridge::TcpTmTcBridge(object_id_t objectId, object_id_t tcDestination,
object_id_t tmStoreId, object_id_t tcStoreId):
TmTcBridge(objectId, tcDestination, tmStoreId, tcStoreId) {

View File

@ -29,6 +29,7 @@ class TcpTmTcBridge:
public TmTcBridge {
friend class TcpTmTcServer;
public:
static const std::string DEFAULT_SERVER_PORT;
/**
* Constructor