[DGD] The function call_other
birgit.schulte at philips.com
birgit.schulte at philips.com
Mon Aug 23 15:51:30 CEST 2004
call_other is a kernel-function, which means it is provided by DGD.
What you can do to add changes is to rewrite it like this in the
auto-object:
static mixed call_other(mixed obj, string function, mixed args...)
{
do_security_check_here();
:: call_other(obj,function,args);
}
Regards,
Birgit
_________________________________________________________________
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list