Fixing up GUI windows to better scale with gtgui sinks.
[debian/gnuradio] / mblock / src / lib / mb_endpoint.h
index db55b3f4490463e02dc1832eeb1e581e10149d93..c4d8b6114f3e28c6063141b9e505bc1f0eb065b1 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2006 Free Software Foundation, Inc.
+ * Copyright 2006,2008,2009 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -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 */