Skip to content
Snippets Groups Projects
Commit 47889773 authored by thorsten's avatar thorsten
Browse files

* Add std

parent ce07800f
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ void ApplicationContext::removeSubject(std::shared_ptr<Subject> subject) {
}
}
unique_ptr<CancelHandle> ApplicationContext::addRelay(std::shared_ptr<IncomingRelay> relay,
std::unique_ptr<CancelHandle> ApplicationContext::addRelay(std::shared_ptr<IncomingRelay> relay,
SimpleHandlerFct handler,
SimpleStartFct onStart,
SimpleCancelFct onCancel)
......@@ -74,7 +74,7 @@ unique_ptr<CancelHandle> ApplicationContext::addRelay(std::shared_ptr<IncomingRe
}
unique_ptr<CancelHandle> ApplicationContext::addSocket(
std::unique_ptr<CancelHandle> ApplicationContext::addSocket(
std::shared_ptr<Socket> socket,
std::function<void(std::shared_ptr<Socket>)> fct){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment