Bugfix in Command Executor and Timer Update #10

Closed
muellerr wants to merge 17 commits from mueller/master into eive/develop
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 5a51970bf5 - Show all commits

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