| 1050 | } |
| 1051 | |
| 1052 | void addVariableNotify( const char *name, const NotifyDelegate &callback ) |
| 1053 | { |
| 1054 | gEvalState.globalVars.addVariableNotify( name, callback ); |
| 1055 | } |
| 1056 | |
| 1057 | void removeVariableNotify( const char *name, const NotifyDelegate &callback ) |
| 1058 | { |
no test coverage detected