20 #ifndef INCLUDED_cppu_Enterable_hxx
21 #define INCLUDED_cppu_Enterable_hxx
39 virtual void v_enter (
void) = 0;
40 virtual void v_leave (
void) = 0;
69 { ((
Enterable *)context)->v_callInto_v(pCallee, pParam); }
71 { ((
Enterable *)context)->v_callOut_v(pCallee, pParam); }
89 va_start(param, pCallee);
98 va_start(param, pCallee);