From cf5c930d89ac89ba5a0da4a616c88d3c37e018ae Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Sun, 13 Jan 2013 16:05:02 -0500
Subject: pmt: fixing a few files with older pmt naming style.

---
 gr-uhd/include/gr_uhd_usrp_source.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'gr-uhd/include/gr_uhd_usrp_source.h')

diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h
index 1243ddcc2f..a56da6ab09 100644
--- a/gr-uhd/include/gr_uhd_usrp_source.h
+++ b/gr-uhd/include/gr_uhd_usrp_source.h
@@ -59,9 +59,9 @@ class uhd_usrp_source;
  * RX Stream tagging:
  *
  * The following tag keys will be produced by the work function:
- *  - pmt::pmt_string_to_symbol("rx_time")
- *  - pmt::pmt_string_to_symbol("rx_rate")
- *  - pmt::pmt_string_to_symbol("rx_freq")
+ *  - pmt::string_to_symbol("rx_time")
+ *  - pmt::string_to_symbol("rx_rate")
+ *  - pmt::string_to_symbol("rx_freq")
  *
  * The timstamp tag value is a pmt tuple of the following:
  * (uint64 seconds, and double fractional seconds).
@@ -94,7 +94,7 @@ GR_UHD_API boost::shared_ptr<uhd_usrp_source> uhd_make_usrp_source(
  * RX Stream tagging:
  *
  * The following tag keys will be produced by the work function:
- *  - pmt::pmt_string_to_symbol("rx_time")
+ *  - pmt::string_to_symbol("rx_time")
  *
  * The timstamp tag value is a pmt tuple of the following:
  * (uint64 seconds, and double fractional seconds).
-- 
cgit v1.2.3