diff options
author | eb | 2006-08-03 23:42:44 +0000 |
---|---|---|
committer | eb | 2006-08-03 23:42:44 +0000 |
commit | e6ba43e3c978a9212b21da25819934098ae75fca (patch) | |
tree | 315da7592d4eb1aaf09e9e0c7e56f54bef6dd85c /pmt/src/lib/pmt_int.h | |
parent | 0f53423b1973cf31a44fafe6b2a28e37061527f7 (diff) | |
download | gnuradio-e6ba43e3c978a9212b21da25819934098ae75fca.tar.gz gnuradio-e6ba43e3c978a9212b21da25819934098ae75fca.tar.bz2 gnuradio-e6ba43e3c978a9212b21da25819934098ae75fca.zip |
merged interim/pmt r2248:HEAD into trunk
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3128 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'pmt/src/lib/pmt_int.h')
-rw-r--r-- | pmt/src/lib/pmt_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pmt/src/lib/pmt_int.h b/pmt/src/lib/pmt_int.h index e6ee5ec9f..738ca8a67 100644 --- a/pmt/src/lib/pmt_int.h +++ b/pmt/src/lib/pmt_int.h @@ -196,6 +196,7 @@ public: bool is_uniform_vector() const { return true; } virtual const void *uniform_elements(size_t &len) = 0; virtual void *uniform_writeable_elements(size_t &len) = 0; + virtual size_t length() const = 0; }; #include "pmt_unv_int.h" |