r4029 - trunk/plugins



Author: timj
Date: 2006-10-24 17:56:07 -0400 (Tue, 24 Oct 2006)
New Revision: 4029

Modified:
   trunk/plugins/ChangeLog
   trunk/plugins/bseblockutils.cc
Log:
Tue Oct 24 23:55:45 2006  Tim Janik  <timj gtk org>                                                                                                           
                                                                                                                                                              
        * bseblockutils.cc: provide "SSE" as impl_name.                                                                                                       
                                                                                                                                                              


Modified: trunk/plugins/ChangeLog
===================================================================
--- trunk/plugins/ChangeLog	2006-10-24 21:55:43 UTC (rev 4028)
+++ trunk/plugins/ChangeLog	2006-10-24 21:56:07 UTC (rev 4029)
@@ -1,3 +1,7 @@
+Tue Oct 24 23:55:45 2006  Tim Janik  <timj gtk org>
+
+	* bseblockutils.cc: provide "SSE" as impl_name.
+
 Mon Oct 23 16:10:57 2006  Stefan Westerfeld  <stefan space twc de>
 
 	* davorgan.idl:

Modified: trunk/plugins/bseblockutils.cc
===================================================================
--- trunk/plugins/bseblockutils.cc	2006-10-24 21:55:43 UTC (rev 4028)
+++ trunk/plugins/bseblockutils.cc	2006-10-24 21:56:07 UTC (rev 4029)
@@ -38,6 +38,11 @@
 using std::min;
 
 class BlockImpl : virtual public Bse::Block::Impl {
+  virtual const char*
+  impl_name ()
+  {
+    return "SSE";
+  }
   virtual void
   add (guint        n_values,
        float       *ovalues,




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