| 225 | } |
| 226 | |
| 227 | bool SSDBClient::UpdateData( const std::string& key, |
| 228 | const std::string& oldValue, |
| 229 | const std::string& newValue, |
| 230 | int idx, |
| 231 | const std::string& field) |
| 232 | { |
| 233 | Base::Mutex::ScopedLock scopedLock(m_oMutex); |
| 234 | |
| 235 | return true; |
| 236 | } |
| 237 | |
| 238 | std::string SSDBClient::RealKey(const std::string& key) |
| 239 | { |