19 #ifndef _OSL_PIPE_HXX_
20 #define _OSL_PIPE_HXX_
38 : m_handle(
osl_createPipe( strName.pData, Options , rSecurity.getHandle() ) )
43 : m_handle( pipe.m_handle )
73 *
this =
Pipe( strName, Options, rSec );
80 *
this =
Pipe( strName, Options );
133 if( Connection.
is() )
162 :
Pipe( strName, Options , rSec )
167 :
Pipe( strName, Options )
176 :
Pipe( pipe , noacquire )
198 inline sal_Int32 SAL_CALL
StreamPipe::send(
const void* pBuffer, sal_Int32 BytesToSend)
const