[beast/devel: 6/77] SFI: add 'using namespace Rapicorn' to namespace Bse



commit cc8adfe9f9dc17d7e6dac2131c9032888774897e
Author: Tim Janik <timj gnu org>
Date:   Thu Mar 28 18:49:19 2013 +0000

    SFI: add 'using namespace Rapicorn' to namespace Bse

 sfi/sfi.hh |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/sfi/sfi.hh b/sfi/sfi.hh
index 3103073..2c4d664 100644
--- a/sfi/sfi.hh
+++ b/sfi/sfi.hh
@@ -1,6 +1,13 @@
 // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __SFI_H__
 #define __SFI_H__
+
+// We're migrating to Bse for everything and use Rapicorn core for the lower level stuff
+#include <rapicorn-core.hh>
+namespace Bse {
+using namespace Rapicorn;
+} // Bse
+
 /* no bin-compat: #include <sfi/sficomwire.hh> */
 #include <sfi/sficomport.hh>
 #include <sfi/sfifilecrawler.hh>


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