Constructs a PipeConnection.
CL_PipeConnection::CL_PipeConnection( const CL_StringRef & pipe_name); CL_PipeConnection::CL_PipeConnection( int pipe_handle, bool dummy);
Detailed description:
The 'dummy' boolean for the platform specific constructor is required to avoid situations where strings accidentally becomes a HANDLE parameter instead of a string reference. Always set the dummy to true.