summaryrefslogtreecommitdiff
path: root/include/apr_errno.h
diff options
context:
space:
mode:
authorpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-04-13 23:11:59 +0000
committerpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-04-13 23:11:59 +0000
commit1aae97b6804314f49024d41e0aea57a4085b798c (patch)
treee77b0a4f2d52790d87fdf2d4adcc1dfab85f7b43 /include/apr_errno.h
parentd02d07506980c0a3432c5e88f2c0da176e0751e2 (diff)
downloadlibapr-1aae97b6804314f49024d41e0aea57a4085b798c.tar.gz
Yes, these are depreciated, but lets not use C++ Comments.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@161234 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_errno.h')
-rw-r--r--include/apr_errno.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_errno.h b/include/apr_errno.h
index 2e8e63a03..30a047b5f 100644
--- a/include/apr_errno.h
+++ b/include/apr_errno.h
@@ -883,7 +883,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
|| (s) == APR_OS_START_SYSERR + SOCECONNABORTED)
#define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \
|| (s) == APR_OS_START_SYSERR + SOCECONNRESET)
-// XXX deprecated
+/* XXX deprecated */
#define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT \
|| (s) == APR_OS_START_SYSERR + SOCETIMEDOUT)
#undef APR_STATUS_IS_TIMEUP
@@ -1019,7 +1019,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
#define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \
|| (s) == APR_OS_START_SYSERR + ERROR_NETNAME_DELETED \
|| (s) == APR_OS_START_SYSERR + WSAECONNRESET)
-// XXX deprecated
+/* XXX deprecated */
#define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT \
|| (s) == APR_OS_START_SYSERR + WSAETIMEDOUT \
|| (s) == APR_OS_START_SYSERR + WAIT_TIMEOUT)
@@ -1087,7 +1087,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
|| (s) == APR_OS_START_SYSERR + WSAECONNABORTED)
#define APR_STATUS_IS_ECONNRESET(s) ((s) == APR_ECONNRESET \
|| (s) == APR_OS_START_SYSERR + WSAECONNRESET)
-// XXX deprecated
+/* XXX deprecated */
#define APR_STATUS_IS_ETIMEDOUT(s) ((s) == APR_ETIMEDOUT \
|| (s) == APR_OS_START_SYSERR + WSAETIMEDOUT \
|| (s) == APR_OS_START_SYSERR + WAIT_TIMEOUT)