| 199 | } |
| 200 | |
| 201 | std::vector<symbol> connection::desired_capabilities() const { |
| 202 | value caps(pn_connection_remote_desired_capabilities(pn_object())); |
| 203 | return get_multiple<std::vector<symbol> >(caps); |
| 204 | } |
| 205 | |
| 206 | std::map<symbol, value> connection::properties() const { |
| 207 | std::map<symbol, value> props_ret; |