NO-OP update comments for header guard #endifs
This commit is contained in:
committed by
Robin Gareus
parent
c5332ddd00
commit
3da0cf2a31
@@ -106,4 +106,4 @@ private:
|
||||
|
||||
} // namespace ArdourSurface
|
||||
|
||||
#endif // ardour_websockets_h
|
||||
#endif // _ardour_surface_websockets_h_
|
||||
|
||||
@@ -59,4 +59,4 @@ private:
|
||||
ClientOutputBuffer _output_buf;
|
||||
};
|
||||
|
||||
#endif // client_context_h
|
||||
#endif // _ardour_surface_websockets_client_h_
|
||||
|
||||
@@ -63,4 +63,4 @@ protected:
|
||||
ArdourSurface::ArdourWebsockets& _surface;
|
||||
};
|
||||
|
||||
#endif // surface_component_h
|
||||
#endif // _ardour_surface_websockets_component_h_
|
||||
|
||||
@@ -55,4 +55,4 @@ private:
|
||||
void update (Client, std::string, const AddressVector&, const ValueVector&);
|
||||
};
|
||||
|
||||
#endif // websockets_dispatcher_h
|
||||
#endif // _ardour_surface_websockets_dispatcher_h_
|
||||
|
||||
@@ -54,4 +54,4 @@ private:
|
||||
boost::shared_ptr<ARDOUR::PluginInsert>);
|
||||
};
|
||||
|
||||
#endif // ardour_feedback_h
|
||||
#endif // _ardour_surface_websockets_feedback_h_
|
||||
|
||||
@@ -32,4 +32,4 @@ public:
|
||||
void set_tempo (double);
|
||||
};
|
||||
|
||||
#endif // ardour_globals_h
|
||||
#endif // _ardour_surface_websockets_globals_h_
|
||||
|
||||
@@ -48,4 +48,4 @@ private:
|
||||
NodeState _state;
|
||||
};
|
||||
|
||||
#endif // websockets_message_h
|
||||
#endif // _ardour_surface_websockets_message_h_
|
||||
|
||||
@@ -91,4 +91,4 @@ private:
|
||||
static int lws_callback (struct lws*, enum lws_callback_reasons, void*, void*, size_t);
|
||||
};
|
||||
|
||||
#endif // websockets_server_h
|
||||
#endif // _ardour_surface_websockets_server_h_
|
||||
|
||||
@@ -81,4 +81,4 @@ private:
|
||||
std::size_t
|
||||
hash_value (const NodeState&);
|
||||
|
||||
#endif // node_state_h
|
||||
#endif // _ardour_surface_websockets_state_h_
|
||||
|
||||
@@ -65,4 +65,4 @@ private:
|
||||
StripableVector _strips;
|
||||
};
|
||||
|
||||
#endif // ardour_strips_h
|
||||
#endif // _ardour_surface_websockets_strips_h_
|
||||
|
||||
@@ -65,4 +65,4 @@ private:
|
||||
std::string _s;
|
||||
};
|
||||
|
||||
#endif // typed_value_h
|
||||
#endif // _ardour_surface_websockets_typed_value_h_
|
||||
|
||||
Reference in New Issue
Block a user