src.ctf.fs: rename ctf_fs_ds_file_destroy to ~ctf_fs_ds_file
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.hpp
index a1226474fc71a8ab798695f4b548cf512d6d2c6d..8ffc670d948d9aa9639eefdb6e90598dcac09d07 100644 (file)
@@ -40,6 +40,10 @@ struct ctf_fs_ds_file
     {
     }
 
+    ctf_fs_ds_file(const ctf_fs_ds_file&) = delete;
+    ctf_fs_ds_file& operator=(const ctf_fs_ds_file&) = delete;
+    ~ctf_fs_ds_file();
+
     bt2c::Logger logger;
 
     /* Weak */
@@ -145,8 +149,6 @@ struct ctf_fs_ds_file_group
 struct ctf_fs_ds_file *ctf_fs_ds_file_create(ctf_fs_trace *ctf_fs_trace, bt2::Stream::Shared stream,
                                              const char *path, const bt2c::Logger& logger);
 
-void ctf_fs_ds_file_destroy(struct ctf_fs_ds_file *stream);
-
 ctf_fs_ds_index::UP ctf_fs_ds_file_build_index(struct ctf_fs_ds_file *ds_file,
                                                struct ctf_fs_ds_file_info *ds_file_info,
                                                struct ctf_msg_iter *msg_iter);
This page took 0.023029 seconds and 4 git commands to generate.