28 #ifndef _OSL_PIPE_HXX_
29 #define _OSL_PIPE_HXX_
47 : m_handle(
osl_createPipe( strName.pData, Options , rSecurity.getHandle() ) )
52 : m_handle( pipe.m_handle )
82 *
this =
Pipe( strName, Options, rSec );
89 *
this =
Pipe( strName, Options );
142 if( Connection.
is() )
171 :
Pipe( strName, Options , rSec )
176 :
Pipe( strName, Options )
185 :
Pipe( pipe , noacquire )
207 inline sal_Int32 SAL_CALL
StreamPipe::send(
const void* pBuffer, sal_Int32 BytesToSend)
const