summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib/source_pushpull_feedback_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-zeromq/lib/source_pushpull_feedback_impl.h')
-rw-r--r--gr-zeromq/lib/source_pushpull_feedback_impl.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/gr-zeromq/lib/source_pushpull_feedback_impl.h b/gr-zeromq/lib/source_pushpull_feedback_impl.h
index 6217d8eb1c..d4b22f5100 100644
--- a/gr-zeromq/lib/source_pushpull_feedback_impl.h
+++ b/gr-zeromq/lib/source_pushpull_feedback_impl.h
@@ -1,9 +1,8 @@
/* -*- c++ -*- */
/*
- * Copyright 2013 Institute for Theoretical Information Technology,
- * RWTH Aachen University
+ * Copyright 2013 Free Software Foundation, Inc.
*
- * Authors: Johannes Schmitz <schmitz@ti.rwth-aachen.de>
+ * This file is part of GNU Radio.
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,11 +23,11 @@
#ifndef INCLUDED_ZMQBLOCKS_SOURCE_PUSHPULL_FEEDBACK_IMPL_H
#define INCLUDED_ZMQBLOCKS_SOURCE_PUSHPULL_FEEDBACK_IMPL_H
-#include <zmqblocks/source_pushpull_feedback.h>
-#include "zmq.hpp"
+#include <gnuradio/zeromq/source_pushpull_feedback.h>
+#include <zmq.hpp>
namespace gr {
- namespace zmqblocks {
+ namespace zeromq {
class source_pushpull_feedback_impl : public source_pushpull_feedback
{
@@ -47,7 +46,7 @@ namespace gr {
gr_vector_void_star &output_items);
};
- } // namespace zmqblocks
+ } // namespace zeromq
} // namespace gr
#endif /* INCLUDED_ZMQBLOCKS_SOURCE_PUSHPULL_FEEDBACK_IMPL_H */