#include "tlmplib.h" PUBLIC OBJECTSUB::OBJECTSUB(_F_OBJECTSUB &_c) { c = &_c; } PUBLIC void OBJECTSUB::exec () { c->exec(); }