Merged r11491:11494 from jcorgan/pmt into trunk.
[debian/gnuradio] / mblock / src / lib / mb_mblock.cc
index afff1a928dbc032aa775e905cf95c3b07857cc95..2e77dc4af9cd35b953c9a4d2125452daaf597f6b 100644 (file)
@@ -1,12 +1,12 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2006 Free Software Foundation, Inc.
+ * Copyright 2006,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
 #include <config.h>
 #endif
 
-#include <mb_mblock.h>
+#include <mblock/mblock.h>
 #include <mb_mblock_impl.h>
-#include <mb_runtime.h>
-#include <mb_exception.h>
+#include <mblock/runtime.h>
+#include <mblock/exception.h>
 #include <iostream>
 
+using namespace pmt;
 
 static pmt_t s_sys_port = pmt_intern("%sys-port");
 static pmt_t s_halt = pmt_intern("%halt");