| 34 | } |
| 35 | |
| 36 | void ExportDataManager::shutdown() |
| 37 | { |
| 38 | MYGUI_PLATFORM_LOG(Info, "* Shutdown: " << getClassTypeName()); |
| 39 | |
| 40 | MYGUI_PLATFORM_LOG(Info, getClassTypeName() << " successfully shutdown"); |
| 41 | } |
| 42 | |
| 43 | IDataStream* ExportDataManager::getData(const std::string& _name) const |
| 44 | { |
nothing calls this directly
no test coverage detected