Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nmsdk
rdk
Commits
c3b5d63e00e4
Commit
7973e3ab
authored
Aug 28, 2020
by
Aleksandr Bakhshiev
Browse files
Applied libs update.
--HG-- branch : BaseClassifierTest
parent
9873b8cbbec6
Changes
1
Hide whitespace changes
Inline
Side-by-side
GUI/BCB/UServerControlFormUnit.cpp
View file @
c3b5d63e
...
...
@@ -1315,7 +1315,7 @@ void __fastcall TUServerControlForm::IdTCPServerDisconnect(TIdContext *AContext)
//UServerTransport *t = RdkApplication.GetServerControl()->GetServerTransport();
//t->DisconnectClient(bind);
RdkApplication
.
GetServerControl
()
->
GetServerTransport
()
->
DisonnectClient
(
bind
);
//
RdkApplication.GetServerControl()->GetServerTransport()->DisonnectClient(bind);
Log_LogMessage
(
RDK_EX_INFO
,
(
std
::
string
(
"Client Disconnected: "
)
+
bind
).
c_str
());
this
->
UpdateInterface
();
...
...
@@ -1512,7 +1512,7 @@ void __fastcall TUServerControlForm::IdHTTPServerDisconnect(TIdContext *AContext
//UServerTransport *t = RdkApplication.GetServerControl()->GetServerTransport();
//t->DisconnectClient(bind);
RdkApplication
.
GetServerControl
()
->
GetServerTransportHttp
()
->
DisonnectClient
(
bind
);
//
RdkApplication.GetServerControl()->GetServerTransportHttp()->DisonnectClient(bind);
Log_LogMessage
(
RDK_EX_INFO
,
(
std
::
string
(
"Http client Disconnected: "
)
+
bind
).
c_str
());
this
->
UpdateInterface
();
...
...
Write
Preview
Supports
Markdown
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