Corrected project name in header comments
[pulseview.git] / logicdatasnapshot.h
index cb56b2226431d3a2e7aad2c9d10608ef37621ae3..16e8eddef2b22f1ea635e3cb6e38e56dc494734c 100644 (file)
@@ -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 <joel@airwebreathe.org.uk>
  *
@@ -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;
 };