X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fstream-class.hpp;h=d80ad2e0b0b036773762edfd766b11effd78b6cf;hb=9d89db29f3bf6c826293350f8f1a8559ec906b24;hp=78f0c83cb8ee46c7a2f37cf7d8457954fe928006;hpb=24ed18f2ceda5023e4ad755547ad79466730cbd3;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/stream-class.hpp b/src/bin/lttng-sessiond/stream-class.hpp index 78f0c83cb..d80ad2e0b 100644 --- a/src/bin/lttng-sessiond/stream-class.hpp +++ b/src/bin/lttng-sessiond/stream-class.hpp @@ -30,10 +30,14 @@ public: */ void accept(trace_class_visitor& visitor) const; virtual ~stream_class() = default; + stream_class(const stream_class&) = delete; + stream_class(stream_class&&) = delete; + stream_class& operator=(stream_class&&) = delete; + stream_class& operator=(const stream_class&) = delete; - virtual const type* get_packet_context() const; - virtual const type* get_event_header() const; - virtual const type* get_event_context() const; + virtual const type* packet_context() const; + virtual const type* event_header() const; + virtual const type* event_context() const; const unsigned int id; /*