You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/01/21 00:07:56 UTC

[17/50] git commit: Revert "TS-1996: Apply TS_DEPRECATED compiler annotation"

Revert "TS-1996: Apply TS_DEPRECATED compiler annotation"

This reverts commit a955b08020c8179ca6997747f7bdf35b1204d251.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0ef2f54b
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0ef2f54b
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0ef2f54b

Branch: refs/heads/5.0.x
Commit: 0ef2f54b47acb5399a99edc445447198e5e343ad
Parents: b6f4925
Author: James Peach <jp...@apache.org>
Authored: Fri Jan 10 17:13:11 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Fri Jan 10 17:13:11 2014 -0800

----------------------------------------------------------------------
 proxy/api/ts/experimental.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0ef2f54b/proxy/api/ts/experimental.h
----------------------------------------------------------------------
diff --git a/proxy/api/ts/experimental.h b/proxy/api/ts/experimental.h
index 3d9a68a..9fefb19 100644
--- a/proxy/api/ts/experimental.h
+++ b/proxy/api/ts/experimental.h
@@ -192,8 +192,8 @@ extern "C"
   tsapi TS_DEPRECATED TSReturnCode TSHttpTxnCacheLookupSkip(TSHttpTxn txnp);
 
   /* TS-1996: These API swill be removed after v3.4.0 is cut. Do not use them! */
-  tsapi TS_DEPRECATED TSReturnCode TSHttpTxnNewCacheLookupDo(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc url_loc);
-  tsapi TS_DEPRECATED TSReturnCode TSHttpTxnSecondUrlTryLock(TSHttpTxn txnp);
+  tsapi TSReturnCode TSHttpTxnNewCacheLookupDo(TSHttpTxn txnp, TSMBuffer bufp, TSMLoc url_loc);
+  tsapi TSReturnCode TSHttpTxnSecondUrlTryLock(TSHttpTxn txnp);
 
   /****************************************************************************
    *  ??