summaryrefslogtreecommitdiff
path: root/lib/element.cpp
diff options
context:
space:
mode:
authorJosh Blum2012-08-19 00:33:23 -0700
committerJosh Blum2012-08-26 16:03:50 -0700
commit87be8242fd5855a8e8f6a76fddf40275b711c784 (patch)
tree18700039d8a711815fb06d7f632118e0216b2484 /lib/element.cpp
parent1d23019d422c35ba0a653a31bda2066919243c6c (diff)
downloadsandhi-87be8242fd5855a8e8f6a76fddf40275b711c784.tar.gz
sandhi-87be8242fd5855a8e8f6a76fddf40275b711c784.tar.bz2
sandhi-87be8242fd5855a8e8f6a76fddf40275b711c784.zip
runtime: a lot more is compiling/linking
Diffstat (limited to 'lib/element.cpp')
-rw-r--r--lib/element.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/element.cpp b/lib/element.cpp
new file mode 100644
index 0000000..3c97675
--- /dev/null
+++ b/lib/element.cpp
@@ -0,0 +1,24 @@
+//
+// Copyright 2012 Josh Blum
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Lesser General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with io_sig program. If not, see <http://www.gnu.org/licenses/>.
+
+#include <gnuradio/element.hpp>
+
+using namespace gnuradio;
+
+Element::Element(void)
+{
+ //NOP
+}