| 104 | } |
| 105 | |
| 106 | cripts::string |
| 107 | detail::ConnBase::Geo::Country() const |
| 108 | { |
| 109 | cripts::string ret; |
| 110 | ret = get_geo_string(this->_owner->socket(), GEO_QUAL_COUNTRY); |
| 111 | |
| 112 | return ret; // RVO |
| 113 | } |
| 114 | |
| 115 | cripts::string |
| 116 | detail::ConnBase::Geo::CountryCode() const |
no test coverage detected