diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-12-08 12:44:51 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-04-22 15:07:20 -0700 |
commit | 9eedccd40fcbe8be49a7170e4338079a68d27360 (patch) | |
tree | 482619e9f4532a7e26d866437e53987ee9a02f53 /gr-zeromq/lib/source_reqrep_impl.cc | |
parent | 922f29c4d8d81ce76aaebda65ce5c7a797310c46 (diff) |
zeromq: first cut at compiling lib/ directory
Diffstat (limited to 'gr-zeromq/lib/source_reqrep_impl.cc')
-rw-r--r-- | gr-zeromq/lib/source_reqrep_impl.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gr-zeromq/lib/source_reqrep_impl.cc b/gr-zeromq/lib/source_reqrep_impl.cc index fb867192cf..337c221e3e 100644 --- a/gr-zeromq/lib/source_reqrep_impl.cc +++ b/gr-zeromq/lib/source_reqrep_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_reqrep_impl.h" namespace gr { - namespace zmqblocks { + namespace zeromq { source_reqrep::sptr source_reqrep::make(size_t itemsize, char *address) @@ -94,6 +93,6 @@ namespace gr { return 0; } - } /* namespace zmqblocks */ + } /* namespace zeromq */ } /* namespace gr */ |