commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r4332 - in gnuradio/branches/developers/eb/ticket-134:


From: eb
Subject: [Commit-gnuradio] r4332 - in gnuradio/branches/developers/eb/ticket-134: config gnuradio-core/src/lib/io
Date: Mon, 29 Jan 2007 20:17:19 -0700 (MST)

Author: eb
Date: 2007-01-29 20:17:18 -0700 (Mon, 29 Jan 2007)
New Revision: 4332

Modified:
   gnuradio/branches/developers/eb/ticket-134/config/gr_omnithread.m4
   gnuradio/branches/developers/eb/ticket-134/gnuradio-core/src/lib/io/io.i
Log:
More fixes for ticket-134

Modified: gnuradio/branches/developers/eb/ticket-134/config/gr_omnithread.m4
===================================================================
--- gnuradio/branches/developers/eb/ticket-134/config/gr_omnithread.m4  
2007-01-30 02:51:37 UTC (rev 4331)
+++ gnuradio/branches/developers/eb/ticket-134/config/gr_omnithread.m4  
2007-01-30 03:17:18 UTC (rev 4332)
@@ -1,6 +1,6 @@
 # Check for Omnithread (pthread/NT) thread support.             -*- Autoconf 
-*-
 
-# Copyright 2003 Free Software Foundation, Inc.
+# Copyright 2003,2007 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Modified: 
gnuradio/branches/developers/eb/ticket-134/gnuradio-core/src/lib/io/io.i
===================================================================
--- gnuradio/branches/developers/eb/ticket-134/gnuradio-core/src/lib/io/io.i    
2007-01-30 02:51:37 UTC (rev 4331)
+++ gnuradio/branches/developers/eb/ticket-134/gnuradio-core/src/lib/io/io.i    
2007-01-30 03:17:18 UTC (rev 4332)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2004 Free Software Foundation, Inc.
+ * Copyright 2004,2007 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -34,8 +34,8 @@
 #include <ppio.h>
 #include <gr_message_source.h>
 #include <gr_message_sink.h>
-#include <gr_udp_sink.cc>
-#include <gr_udp_source.cc>
+#include <gr_udp_sink.h>
+#include <gr_udp_source.h>
 
 %}
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]