Rudiments
|
00001 // Copyright (c) 1999-2002 David Muse 00002 // See the COPYING file for more information. 00003 00004 private: 00005 // FIXME: should be possible to copy a signalhandler 00006 signalhandler(const signalhandler &s); 00007 signalhandler &operator=(const signalhandler &s); 00008 signalhandlerprivate *pvt;