summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-08 12:21:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-08 12:29:49 +0100
commit393132ca73f2deead95c000ea7381727a25731e2 (patch)
tree0460951830d3a9c52bae77611854709e564ef51b /include/osl
parent350824178333b58948dbc3826ad759f10b0f026e (diff)
[API CHANGE] Remove osl_send/receiveResourcePipe
...they had not been documented in osl/process.h and the sal/osl/unx implementation had been stubbed out since 7b37265b8e1afe480a6bbd271bf48fa1cbb44d55 "sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipe" in 2012 Change-Id: Ia3ae853d95b6f3b2d2743f06755ef8f6246501d8
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/process.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/osl/process.h b/include/osl/process.h
index 4f334b0d5995..96be678c23c3 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -433,13 +433,6 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getProcessLocale(
SAL_DLLPUBLIC oslProcessError SAL_CALL osl_setProcessLocale(
rtl_Locale * pLocale );
-
-SAL_DLLPUBLIC sal_Bool SAL_CALL osl_sendResourcePipe(
- oslPipe Pipe, oslSocket Socket );
-
-SAL_DLLPUBLIC oslSocket SAL_CALL osl_receiveResourcePipe(
- oslPipe Pipe );
-
#ifdef __cplusplus
}
#endif