bt2: make `TraceCollectionMessageIterator` not use an output port msg iter
[babeltrace.git] / include / babeltrace2 / graph / port-output-message-iterator.h
index d49839fb6d4c6b015b913e3f1f06818187d93310..49d564a75c43c18c01427ab6daa42d8dd545ee58 100644 (file)
@@ -2,7 +2,7 @@
 #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
This page took 0.025182 seconds and 4 git commands to generate.