All Classes |Grouped Classes |Index

Function CL_PipeConnection

Constructs a PipeConnection.

	CL_PipeConnection::CL_PipeConnection(
		const CL_StringRef & pipe_name);

	CL_PipeConnection::CL_PipeConnection(
		int pipe_handle,
		bool dummy);

Detailed description:

The 'dupos; boolean for the platform specific constructor is reqs required to avoid situations where strings accidentally becomes a HANDLE pter instead stri string refe. Ale. Always se dume dummy to y to true.