Rudiments
signalhandler.h
1 // Copyright (c) 1999-2002 David Muse
2 // See the COPYING file for more information.
3 
4  private:
5  // FIXME: should be possible to copy a signalhandler
7  signalhandler &operator=(const signalhandler &s);
8  signalhandlerprivate *pvt;
Definition: signalclasses.h:93