Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
bd11b48c
Commit
bd11b48c
authored
Oct 26, 2020
by
legoc
Browse files
(split) Removed getStatusEndpoint from Instance
parent
a3cb49fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/impl/SubscriberImpl.cpp
View file @
bd11b48c
...
...
@@ -29,15 +29,15 @@ using namespace std;
namespace
cameo
{
SubscriberImpl
::
SubscriberImpl
(
Server
*
server
,
int
publisherPort
,
int
synchronizerPort
,
const
std
::
string
&
publisherName
,
int
numberOfSubscribers
,
const
std
::
string
&
instanceName
,
int
instanceId
,
const
std
::
string
&
instanceEndpoint
,
const
std
::
string
&
statusEndpoint
)
:
m_server
(
server
),
m_server
(
server
),
// server associated with instance
m_publisherName
(
publisherName
),
m_publisherPort
(
publisherPort
),
m_synchronizerPort
(
synchronizerPort
),
m_numberOfSubscribers
(
numberOfSubscribers
),
m_instanceName
(
instanceName
),
m_instanceId
(
instanceId
),
m_instanceEndpoint
(
instanceEndpoint
),
m_statusEndpoint
(
statusEndpoint
),
m_instanceEndpoint
(
instanceEndpoint
),
// endpoint of server
m_statusEndpoint
(
statusEndpoint
),
// status endpoint of server
m_ended
(
false
),
m_canceled
(
false
)
{
}
...
...
Shervin Nourbakhsh
@nourbakhsh
mentioned in commit
46e44691
·
Apr 23, 2021
mentioned in commit
46e44691
mentioned in commit 46e44691a03808a23a464818487b0dd014a9c57e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment