X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fdevices%2Fsessionfile.hpp;h=42078ec13d6192616d27af88106be3dcc264c69e;hb=00f6bae935837b38b0d03a5928ba8175d460413f;hp=97131676c9c20cb283d6b6a8453812cbc7f7218a;hpb=474e817a724fdad4db635ba59202283fbcc22ef9;p=pulseview.git diff --git a/pv/devices/sessionfile.hpp b/pv/devices/sessionfile.hpp index 97131676..42078ec1 100644 --- a/pv/devices/sessionfile.hpp +++ b/pv/devices/sessionfile.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_DEVICES_SESSIONFILE_HPP @@ -35,13 +34,15 @@ namespace devices { class SessionFile final : public File { public: - SessionFile(const std::shared_ptr &context, + SessionFile(const std::shared_ptr context, const std::string &file_name); - void create(); + void open(); + + void close(); private: - const std::shared_ptr &context_; + const std::shared_ptr context_; }; } // namespace devices