| 46 | return _ref->getInt(prop, result); |
| 47 | } |
| 48 | virtual void setInt( const char * prop, int value ) |
| 49 | { |
| 50 | _ref->setInt( prop, value ); |
| 51 | } |
| 52 | virtual int getIntDef( const char * prop, int defValue ) |
| 53 | { |
| 54 | return _ref->getIntDef(prop, defValue); |
no outgoing calls
no test coverage detected