X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fstoresession.hpp;h=23e25ec8b4425053601ff0c7ba9c22498c58a321;hp=6a081801573491e8a626b9a90107ef68bff90a89;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=d2fc6be9af3ba409032da6dcabc4630c657bb56c diff --git a/pv/storesession.hpp b/pv/storesession.hpp index 6a08180..23e25ec 100644 --- a/pv/storesession.hpp +++ b/pv/storesession.hpp @@ -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 . */ #ifndef PULSEVIEW_PV_STORESESSION_HPP @@ -45,6 +44,8 @@ namespace pv { class Session; namespace data { +class SignalBase; +class AnalogSegment; class LogicSegment; } @@ -75,7 +76,9 @@ public: void cancel(); private: - void store_proc(std::shared_ptr segment); + void store_proc(std::vector< std::shared_ptr > achannel_list, + std::vector< std::shared_ptr > asegment_list, + std::shared_ptr lsegment); Q_SIGNALS: void progress_updated();