29 #ifndef INCLUDED_cppu_Enterable_hxx
30 #define INCLUDED_cppu_Enterable_hxx
48 virtual void v_enter (
void) = 0;
49 virtual void v_leave (
void) = 0;
78 { ((
Enterable *)context)->v_callInto_v(pCallee, pParam); }
80 { ((
Enterable *)context)->v_callOut_v(pCallee, pParam); }
98 va_start(param, pCallee);
107 va_start(param, pCallee);