Searched refs:ConfigurationUpdaterLock (Results 1 – 4 of 4) sorted by relevance
61 class ConfigurationUpdaterLock class64 ConfigurationUpdaterLock (ConfigurationUpdater& rUpdater) in ConfigurationUpdaterLock() function in sd::framework::ConfigurationUpdaterLock66 ~ConfigurationUpdaterLock(void) { mrUpdater.UnlockUpdates(); } in ~ConfigurationUpdaterLock()431 ::boost::shared_ptr<ConfigurationUpdaterLock> ConfigurationUpdater::GetLock (void) in GetLock()433 return ::boost::shared_ptr<ConfigurationUpdaterLock>(new ConfigurationUpdaterLock(*this)); in GetLock()
40 class ConfigurationUpdaterLock;83 friend class ConfigurationUpdaterLock;88 ::boost::shared_ptr<ConfigurationUpdaterLock> GetLock (void);
127 ::boost::shared_ptr<ConfigurationUpdaterLock> mpConfigurationUpdaterLock;542 ::boost::shared_ptr<ConfigurationUpdaterLock> pLock ( in restoreConfiguration()
67 class ConfigurationUpdaterLock;
Completed in 17 milliseconds