switch source package format to 3.0 quilt
[debian/gnuradio] / mblock / src / lib / mb_mblock_impl.h
index 374ee8fe0ea641f4b938dda1d75675e31fb6a60e..99145791246374e98cb0cb9fc9ff362868c979bb 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2006,2007 Free Software Foundation, Inc.
+ * Copyright 2006,2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
 #ifndef INCLUDED_MB_MBLOCK_IMPL_H
 #define INCLUDED_MB_MBLOCK_IMPL_H
 
-#include <mb_mblock.h>
+#include <mblock/mblock.h>
 #include <mb_runtime_base.h>
 #include <mb_connection.h>
-#include <mb_msg_queue.h>
+#include <mblock/msg_queue.h>
 #include <list>
 #include <map>
 
@@ -216,7 +216,7 @@ private:
 
   /*!
    * \brief walk mblock tree and invalidate all port resolution caches.
-   * \implementation
+   * \internal
    */
   void
   invalidate_all_port_caches();