diff options
Diffstat (limited to 'client/syncclusterconnection.h')
-rw-r--r-- | client/syncclusterconnection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/syncclusterconnection.h b/client/syncclusterconnection.h index d1115f7..4292e3d 100644 --- a/client/syncclusterconnection.h +++ b/client/syncclusterconnection.h @@ -90,6 +90,8 @@ namespace mongo { virtual ConnectionString::ConnectionType type() const { return ConnectionString::SYNC; } + virtual bool isMember( const DBConnector * conn ) const; + private: SyncClusterConnection( SyncClusterConnection& prev ); string _toString() const; |