------------------------------------------------------------------------------------------------ Get a configuration property
| 629 | // ------------------------------------------------------------------------------------------------ |
| 630 | // Get a configuration property |
| 631 | int ExportProperties::GetPropertyInteger(const char* szName, int iErrorReturn /*= 0xffffffff*/) const { |
| 632 | return GetGenericProperty<int>(mIntProperties,szName,iErrorReturn); |
| 633 | } |
| 634 | |
| 635 | // ------------------------------------------------------------------------------------------------ |
| 636 | // Get a configuration property |
no outgoing calls
no test coverage detected