clang-tidy: add a subset of cppcoreguidelines and other style checks
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-channel.hpp
index cbe1ab5af48fd4e9153dca746dcdff4dcc980d51..4e7229a69afa8ef8cd471d4c5422f184d3e4c8d4 100644 (file)
@@ -47,6 +47,10 @@ public:
                        const ust_app& app,
                        uint32_t& out_event_id);
        ~registry_channel() override;
+       registry_channel(const registry_channel&) = delete;
+       registry_channel(registry_channel&&) = delete;
+       registry_channel& operator=(registry_channel&&) = delete;
+       registry_channel& operator=(const registry_channel&) = delete;
 
        const lttng::sessiond::trace::type *event_context() const final;
        void event_context(lttng::sessiond::trace::type::cuptr context);
This page took 0.025476 seconds and 4 git commands to generate.