summaryrefslogtreecommitdiff
path: root/sal/qa/helper
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-18 15:37:28 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-18 15:37:28 +0000
commitbc42511d2553896ffd2598bfa00ec6a69bf113fa (patch)
tree180c45b77ae99452a224bc0009b765c4c4505694 /sal/qa/helper
parentb55068898ec49e948a25f2862c73565e8dd232d9 (diff)
INTEGRATION: CWS qadev13 (1.3.2); FILE MERGED
2003/11/13 09:03:56 mindyliu 1.3.2.1: #112598# remove some functions in Socket & Pipe class
Diffstat (limited to 'sal/qa/helper')
-rw-r--r--sal/qa/helper/gcov/deprecated.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/sal/qa/helper/gcov/deprecated.txt b/sal/qa/helper/gcov/deprecated.txt
index 0eb1d9311b07..ea874fc40bc5 100644
--- a/sal/qa/helper/gcov/deprecated.txt
+++ b/sal/qa/helper/gcov/deprecated.txt
@@ -45,23 +45,23 @@
osl_sendToSocket;
# 2) in StreamSocket class:
- osl_readSocket;
- osl_writeSocket;
- osl_receiveSocket;
- osl_sendSocket;
+# osl_readSocket;
+# osl_writeSocket;
+# osl_receiveSocket;
+# osl_sendSocket;
# 3) in Socket class:
osl_isExceptionPending;
osl_shutdownSocket;
# 4) in Pipe class:
- osl_acceptPipe;
+# osl_acceptPipe;
# 5) in StreamPipe class:
- osl_readPipe;
- osl_writePipe;
- osl_receivePipe;
- osl_sendPipe;
+# osl_readPipe;
+# osl_writePipe;
+# osl_receivePipe;
+# osl_sendPipe;
#C. unreachable functions
# (*)in .map file but does not appear in.hxx header file thus unreachable,