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