commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/05: runtime: Marked remove_item_tag as d


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/05: runtime: Marked remove_item_tag as deprecated
Date: Wed, 24 Sep 2014 23:26:43 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch master
in repository gnuradio.

commit 481d513e0dc2b47532f67dcf744b5c2bb1f22ffa
Author: Martin Braun <address@hidden>
Date:   Sun Sep 21 15:50:28 2014 -0400

    runtime: Marked remove_item_tag as deprecated
---
 gnuradio-runtime/include/gnuradio/block.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnuradio-runtime/include/gnuradio/block.h 
b/gnuradio-runtime/include/gnuradio/block.h
index a033e0a..43fc50c 100644
--- a/gnuradio-runtime/include/gnuradio/block.h
+++ b/gnuradio-runtime/include/gnuradio/block.h
@@ -636,7 +636,7 @@ namespace gr {
     void add_item_tag(unsigned int which_output, const tag_t &tag);
 
     /*!
-     * \brief  Removes a tag from the given input buffer.
+     * \brief DEPRECATED. Will be removed in 3.8.
      *
      * \param which_input an integer of which input stream to remove the tag 
from
      * \param abs_offset   a uint64 number of the absolute item number
@@ -662,9 +662,7 @@ namespace gr {
     }
 
     /*!
-     * \brief Removes a tag from the given input buffer.
-     *
-     * If no such tag is found, does nothing.
+     * \brief DEPRECATED. Will be removed in 3.8.
      *
      * \param which_input an integer of which input stream to remove the tag 
from
      * \param tag the tag object to remove



reply via email to

[Prev in Thread] Current Thread [Next in Thread]