[comp.lang.c++] signal handlers in C++ classes

ian@research.canon.oz.au (Ian Daniel) (11/22/90)

I am writing a C++ class which includes some socket facilities and 
one or more signal handlers.

Is there a means of, from within this class, specifying a signal 
handler to be another member function of the class (using the sigvec
system call, etc)? 
ie. rather than specifying a global (non-class) function which then 
calls the member function of a global object.

Thanks in advance,

Ian
-- 
Ian Daniel, Software Engineer                | Net: ian@research.canon.oz.au
Canon Information Systems Research Australia | Phone: +1 61 2 805 2911
P.O. Box 313 North Ryde, NSW, Australia 2113 | Fax:   +1 61 2 805 2929