| 36 | } |
| 37 | |
| 38 | ReplicationManager::~ReplicationManager() { |
| 39 | pthread_mutex_destroy(&m_mutex); |
| 40 | if(impl_) |
| 41 | delete impl_, impl_=NULL; |
| 42 | } |
| 43 | |
| 44 | const Option *ReplicationManager::GetOption() const { |
| 45 | return option_; |
nothing calls this directly
no outgoing calls
no test coverage detected