Commit 9c26fb25 authored by Dominik Charousset's avatar Dominik Charousset

Add getter for the application protocol

parent aa28e12b
......@@ -48,6 +48,10 @@ public:
// -- properties -------------------------------------------------------------
application_type& application() {
return transport_.application();
}
transport_type& transport() {
return transport_;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment