Rudiments
|
00001 // Copyright (c) 2002 David Muse 00002 // See the COPYING file for more information. 00003 00004 protected: 00005 virtual int32_t safeSelect(long sec, long usec, 00006 bool read, bool write); 00007 00008 // FIXME: it should be possible to copy a listener 00009 listener(const listener &l); 00010 listener &operator=(const listener &l); 00011 00012 listenerprivate *pvt;