summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib/source_pushpull_feedback_impl.cc
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-12-08 12:44:51 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2014-04-22 15:07:20 -0700
commit9eedccd40fcbe8be49a7170e4338079a68d27360 (patch)
tree482619e9f4532a7e26d866437e53987ee9a02f53 /gr-zeromq/lib/source_pushpull_feedback_impl.cc
parent922f29c4d8d81ce76aaebda65ce5c7a797310c46 (diff)
zeromq: first cut at compiling lib/ directory
Diffstat (limited to 'gr-zeromq/lib/source_pushpull_feedback_impl.cc')
-rw-r--r--gr-zeromq/lib/source_pushpull_feedback_impl.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/gr-zeromq/lib/source_pushpull_feedback_impl.cc b/gr-zeromq/lib/source_pushpull_feedback_impl.cc
index 9e7836c388..535ff1e6ff 100644
--- a/gr-zeromq/lib/source_pushpull_feedback_impl.cc
+++ b/gr-zeromq/lib/source_pushpull_feedback_impl.cc
@@ -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
@@ -29,7 +28,7 @@
#include "source_pushpull_feedback_impl.h"
namespace gr {
- namespace zmqblocks {
+ namespace zeromq {
source_pushpull_feedback::sptr
source_pushpull_feedback::make(size_t itemsize, char *address)
@@ -92,6 +91,6 @@ namespace gr {
}
}
- } /* namespace zmqblocks */
+ } /* namespace zeromq */
} /* namespace gr */