------------------------------------------------------------------------------------------------ Get a configuration property
| 639 | // ------------------------------------------------------------------------------------------------ |
| 640 | // Get a configuration property |
| 641 | const std::string ExportProperties::GetPropertyString(const char* szName, |
| 642 | const std::string& iErrorReturn /*= ""*/) const { |
| 643 | return GetGenericProperty<std::string>(mStringProperties,szName,iErrorReturn); |
| 644 | } |
| 645 | |
| 646 | // ------------------------------------------------------------------------------------------------ |
| 647 | // Has a configuration property |
no outgoing calls
no test coverage detected