| 723 | } |
| 724 | |
| 725 | void RenderingManager::SetProperty(const char *propertyKey, BaseProperty *propertyValue) |
| 726 | { |
| 727 | m_PropertyList->SetProperty(propertyKey, propertyValue); |
| 728 | } |
| 729 | |
| 730 | void RenderingManager::SetDataStorage(DataStorage *storage) |
| 731 | { |
no outgoing calls
no test coverage detected