lib: remove INVALID_PARAMS status
[babeltrace.git] / include / babeltrace2 / graph / port-output-message-iterator.h
index bfddd46737c7070c8e00c18bb7e0cfa0d64274e7..49d564a75c43c18c01427ab6daa42d8dd545ee58 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef BABELTRACE_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H
-#define BABELTRACE_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H
+#ifndef BABELTRACE2_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H
+#define BABELTRACE2_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
+ * 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
  * SOFTWARE.
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 
-/* For bt_message_iterator_*_status */
 #include <babeltrace2/graph/message-iterator.h>
-
-/*
- * For bt_port, bt_message, bt_message_iterator,
- * bt_port_output_message_iterator, bt_graph, bt_port_output,
- * bt_message_array_const, bt_bool, __BT_UPCAST
- */
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
@@ -96,4 +93,4 @@ extern void bt_port_output_message_iterator_put_ref(
 }
 #endif
 
-#endif /* BABELTRACE_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H */
+#endif /* BABELTRACE2_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H */
This page took 0.024297 seconds and 4 git commands to generate.