X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fcomponent-sink-const.h;h=64e8b0505f3bfafb81f5025026dbe89caadbe8c1;hb=1cda4ff4025e4b3f7bd2a861baa51d2113c4cbf9;hp=223a81320f3e57e911fcffed31cfcba811b2bf97;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/graph/component-sink-const.h b/include/babeltrace2/graph/component-sink-const.h index 223a8132..64e8b050 100644 --- a/include/babeltrace2/graph/component-sink-const.h +++ b/include/babeltrace2/graph/component-sink-const.h @@ -1,9 +1,8 @@ -#ifndef BABELTRACE_GRAPH_COMPONENT_SINK_CONST_H -#define BABELTRACE_GRAPH_COMPONENT_SINK_CONST_H +#ifndef BABELTRACE2_GRAPH_COMPONENT_SINK_CONST_H +#define BABELTRACE2_GRAPH_COMPONENT_SINK_CONST_H /* - * Copyright 2017-2018 Philippe Proulx - * Copyright 2017 Jérémie Galarneau + * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -24,12 +23,12 @@ * SOFTWARE. */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include -/* - * For bt_component, bt_component_filter, bt_port_input, - * __BT_UPCAST_CONST, bt_component_class_sink - */ #include #ifdef __cplusplus @@ -81,4 +80,4 @@ extern void bt_component_sink_put_ref( } #endif -#endif /* BABELTRACE_GRAPH_COMPONENT_SINK_CONST_H */ +#endif /* BABELTRACE2_GRAPH_COMPONENT_SINK_CONST_H */