| 3302 | } |
| 3303 | |
| 3304 | TSReturnCode |
| 3305 | TSMgmtSourceGet(const char *var_name, TSMgmtSource *source) |
| 3306 | { |
| 3307 | return REC_ERR_OKAY == RecGetRecordSource(var_name, reinterpret_cast<RecSourceT *>(source)) ? TS_SUCCESS : TS_ERROR; |
| 3308 | } |
| 3309 | |
| 3310 | TSReturnCode |
| 3311 | TSMgmtDataTypeGet(const char *var_name, TSRecordDataType *result) |
nothing calls this directly
no test coverage detected