Rudiments
listener.h
1 // Copyright (c) 2002 David Muse
2 // See the COPYING file for more information.
3 
4  protected:
5  virtual int32_t safeSelect(long sec, long usec,
6  bool read, bool write);
7 
8  // FIXME: it should be possible to copy a listener
9  listener(const listener &l);
10  listener &operator=(const listener &l);
11 
12  listenerprivate *pvt;