| 28 | } |
| 29 | |
| 30 | inline void FacebookBase::getName(std::string& _return) { |
| 31 | _return = name_; |
| 32 | } |
| 33 | |
| 34 | void FacebookBase::setOption(const std::string& key, const std::string& value) { |
| 35 | Guard g(optionsLock_); |
no outgoing calls
no test coverage detected