| 74 | } |
| 75 | |
| 76 | void IClusterConnectionRecord::setPersisted() { |
| 77 | connectionStringNeedsPersisted = false; |
| 78 | } |
| 79 | |
| 80 | std::string ClusterConnectionString::getErrorString(std::string const& source, Error const& e) { |
| 81 | if (e.code() == error_code_connection_string_invalid) { |