22#ifndef MYTHDTO_CUTTING_H
23#define MYTHDTO_CUTTING_H
25#include "../../mythtypes.h"
29 void SetCutting_MarkType(Myth::Mark *obj, int8_t *val) { obj->markType =
static_cast<Myth::MARK_t
>(*val); }
30 void SetCutting_MarkValue(Myth::Mark *obj, int64_t *val) { obj->markValue = *val; }
This namespace contains all DTO definitions.