| 64 | } |
| 65 | |
| 66 | void IClusterConnectionRecord::notifyConnected() { |
| 67 | if (connectionStringNeedsPersisted) { |
| 68 | this->persist(); |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | bool IClusterConnectionRecord::needsToBePersisted() const { |
| 73 | return connectionStringNeedsPersisted; |
no test coverage detected