Skip to content

Commit

Permalink
[osc] Deprecate osc_protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Mar 24, 2024
1 parent ac2f5da commit 5225a31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ossia/network/osc/osc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ class receiver;
namespace ossia::net
{
struct osc_1_0_outbound_stream_visitor;
class OSSIA_EXPORT osc_protocol final : public ossia::net::protocol_base

class [[deprecated("Use make_osc_protocol")]] OSSIA_EXPORT osc_protocol final
: public ossia::net::protocol_base
{
public:
osc_protocol(
Expand Down

0 comments on commit 5225a31

Please sign in to comment.