28 #ifndef _OSL_PIPE_DECL_HXX_
29 #define _OSL_PIPE_DECL_HXX_
108 inline void SAL_CALL
clear();
129 inline void SAL_CALL
close();
204 inline sal_Int32 SAL_CALL
recv(
void* pBuffer, sal_Int32 BytesToRead)
const;
213 inline sal_Int32 SAL_CALL
send(
const void* pBuffer, sal_Int32 BytesToSend)
const;
223 inline sal_Int32 SAL_CALL
read(
void* pBuffer, sal_Int32 n)
const;
232 sal_Int32 SAL_CALL
write(
const void* pBuffer, sal_Int32 n)
const;