X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fsigsession.h;h=748b81ffae3f193ba17363c6c640dc22e2ed3d50;hp=980fef947192e2ecb06202400b7d4dc6650ab08c;hb=1bc6525bd6274b7f06f5fa8355b539dd9307f599;hpb=b93295580db08d9008b9c9e49a3a3a86ef562f14 diff --git a/pv/sigsession.h b/pv/sigsession.h index 980fef94..748b81ff 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -1,7 +1,7 @@ /* * This file is part of the PulseView project. * - * Copyright (C) 2012 Joel Holdsworth + * Copyright (C) 2012-14 Joel Holdsworth * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -92,14 +92,14 @@ public: std::vector< boost::shared_ptr > get_signals() const; - boost::shared_ptr get_data(); - +#ifdef ENABLE_DECODE bool add_decoder(srd_decoder *const dec); std::vector< boost::shared_ptr > get_decode_signals() const; void remove_decode_signal(view::DecodeTrace *signal); +#endif private: void set_capture_state(capture_state state);