X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.cpp;h=02859b2790a5b10f7979653ccc1ff41f8000e84c;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hp=c8d68df6cb317a1bcdefd778bee970bf4b1f0e29;hpb=27c0521002ea986b72d9675b99803665516db14c;p=pulseview.git diff --git a/pv/data/decode/rowdata.cpp b/pv/data/decode/rowdata.cpp index c8d68df..02859b2 100644 --- a/pv/data/decode/rowdata.cpp +++ b/pv/data/decode/rowdata.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include "rowdata.hpp" @@ -26,10 +25,6 @@ namespace pv { namespace data { namespace decode { -RowData::RowData() -{ -} - uint64_t RowData::get_max_sample() const { if (annotations_.empty()) @@ -52,6 +47,6 @@ void RowData::push_annotation(const Annotation &a) annotations_.push_back(a); } -} // decode -} // data -} // pv +} // namespace decode +} // namespace data +} // namespace pv