Fixing up GUI windows to better scale with gtgui sinks.
[debian/gnuradio] / mblock / src / lib / mb_endpoint.h
index 82b0feb7e82a022abf70a62bdb16de97d50335a6..c4d8b6114f3e28c6063141b9e505bc1f0eb065b1 100644 (file)
@@ -1,12 +1,12 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2006 Free Software Foundation, Inc.
+ * Copyright 2006,2008,2009 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,
@@ -23,7 +23,7 @@
 #define INCLUDED_MB_ENDPOINT_H
 
 #include <string>
-#include <mb_port.h>
+#include <mblock/port.h>
 
 /*!
  * \brief Endpoint specification for connection
@@ -51,8 +51,8 @@ public:
   //! Does this endpoint represent the inside of a relay port
   bool inside_of_relay_port_p() const;
 
-  pmt_t        incoming_message_set() const;
-  pmt_t        outgoing_message_set() const;
+  pmt::pmt_t   incoming_message_set() const;
+  pmt::pmt_t   outgoing_message_set() const;
 };
 
 #endif /* INCLUDED_MB_ENDPOINT_H */