| 194 | } |
| 195 | |
| 196 | std::vector<symbol> connection::offered_capabilities() const { |
| 197 | value caps(pn_connection_remote_offered_capabilities(pn_object())); |
| 198 | return get_multiple<std::vector<symbol> >(caps); |
| 199 | } |
| 200 | |
| 201 | std::vector<symbol> connection::desired_capabilities() const { |
| 202 | value caps(pn_connection_remote_desired_capabilities(pn_object())); |