X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=logicdatasnapshot.h;h=16e8eddef2b22f1ea635e3cb6e38e56dc494734c;hb=b3f22de060b73f15ad3eb2dabee04a0b4f5d947e;hp=cb56b2226431d3a2e7aad2c9d10608ef37621ae3;hpb=b2bcbe51febaef24a211ed19bc61408c8fbdc399;p=pulseview.git diff --git a/logicdatasnapshot.h b/logicdatasnapshot.h index cb56b22..16e8edd 100644 --- a/logicdatasnapshot.h +++ b/logicdatasnapshot.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * @@ -27,6 +27,8 @@ namespace LogicDataSnapshotTest { class Pow2; class Basic; class LargeData; + class Pulses; + class LongPulses; } class LogicDataSnapshot : public DataSnapshot @@ -90,4 +92,6 @@ private: friend class LogicDataSnapshotTest::Pow2; friend class LogicDataSnapshotTest::Basic; friend class LogicDataSnapshotTest::LargeData; + friend class LogicDataSnapshotTest::Pulses; + friend class LogicDataSnapshotTest::LongPulses; };