13
0

NO-OP update comments for header guard #endifs

This commit is contained in:
Luciano Iam 2020-04-09 15:49:06 +02:00 committed by Robin Gareus
parent c5332ddd00
commit 3da0cf2a31
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
11 changed files with 11 additions and 11 deletions

View File

@ -106,4 +106,4 @@ private:
} // namespace ArdourSurface } // namespace ArdourSurface
#endif // ardour_websockets_h #endif // _ardour_surface_websockets_h_

View File

@ -59,4 +59,4 @@ private:
ClientOutputBuffer _output_buf; ClientOutputBuffer _output_buf;
}; };
#endif // client_context_h #endif // _ardour_surface_websockets_client_h_

View File

@ -63,4 +63,4 @@ protected:
ArdourSurface::ArdourWebsockets& _surface; ArdourSurface::ArdourWebsockets& _surface;
}; };
#endif // surface_component_h #endif // _ardour_surface_websockets_component_h_

View File

@ -55,4 +55,4 @@ private:
void update (Client, std::string, const AddressVector&, const ValueVector&); void update (Client, std::string, const AddressVector&, const ValueVector&);
}; };
#endif // websockets_dispatcher_h #endif // _ardour_surface_websockets_dispatcher_h_

View File

@ -54,4 +54,4 @@ private:
boost::shared_ptr<ARDOUR::PluginInsert>); boost::shared_ptr<ARDOUR::PluginInsert>);
}; };
#endif // ardour_feedback_h #endif // _ardour_surface_websockets_feedback_h_

View File

@ -32,4 +32,4 @@ public:
void set_tempo (double); void set_tempo (double);
}; };
#endif // ardour_globals_h #endif // _ardour_surface_websockets_globals_h_

View File

@ -48,4 +48,4 @@ private:
NodeState _state; NodeState _state;
}; };
#endif // websockets_message_h #endif // _ardour_surface_websockets_message_h_

View File

@ -91,4 +91,4 @@ private:
static int lws_callback (struct lws*, enum lws_callback_reasons, void*, void*, size_t); static int lws_callback (struct lws*, enum lws_callback_reasons, void*, void*, size_t);
}; };
#endif // websockets_server_h #endif // _ardour_surface_websockets_server_h_

View File

@ -81,4 +81,4 @@ private:
std::size_t std::size_t
hash_value (const NodeState&); hash_value (const NodeState&);
#endif // node_state_h #endif // _ardour_surface_websockets_state_h_

View File

@ -65,4 +65,4 @@ private:
StripableVector _strips; StripableVector _strips;
}; };
#endif // ardour_strips_h #endif // _ardour_surface_websockets_strips_h_

View File

@ -65,4 +65,4 @@ private:
std::string _s; std::string _s;
}; };
#endif // typed_value_h #endif // _ardour_surface_websockets_typed_value_h_