PREV UP NEXT C++ socket classes for OS/2

1.6.7: UPipePair Class

The class UPipePair represents a pair of HFILE handles connected by an OS/2 unnamed pipe. The read and write ends of the pipe are returned by the functions readHand() and writeHand(). The destructor for this class closes both ends of the pipe, unless this responsibility has been taken away by the functions dontCloseRead() or dontCloseWrite(). This class is used to implement the upipestream classes.