[beast: 2/4] BSE: rename publically installed header file to effectbase.hh
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 2/4] BSE: rename publically installed header file to effectbase.hh
- Date: Wed, 4 Nov 2015 18:17:33 +0000 (UTC)
commit 37cf56cbfeda1764e88233a31d123eb13b357bc9
Author: Tim Janik <timj gnu org>
Date: Wed Nov 4 10:33:38 2015 +0100
BSE: rename publically installed header file to effectbase.hh
Signed-off-by: Tim Janik <timj gnu org>
bse/Makefile.am | 2 +-
bse/{bse-internals.hh => effectbase.hh} | 6 +++---
sfi/sfidl-corecxx.cc | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/bse/Makefile.am b/bse/Makefile.am
index b351af8..b1c69e5 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -33,7 +33,7 @@ bse_public_headers = $(strip \
bsebus.hh bsecategories.hh \
bsefilter.hh bsebiquadfilter.hh \
bseconstant.hh bseconstvalues.hh bsecontainer.hh bsecontextmerger.hh \
- bseclientapi.hh bseserverapi.hh bse-internals.hh \
+ bseclientapi.hh bseserverapi.hh effectbase.hh \
bseeditablesample.hh bseenums.hh bsegconfig.hh \
bseglobals.hh bseglue.hh bseitem.hh bsejanitor.hh \
bsemain.hh bsemath.hh bsemathsignal.hh bseladspa.hh \
diff --git a/bse/bse-internals.hh b/bse/effectbase.hh
similarity index 76%
rename from bse/bse-internals.hh
rename to bse/effectbase.hh
index 11458e7..81041b6 100644
--- a/bse/bse-internals.hh
+++ b/bse/effectbase.hh
@@ -1,6 +1,6 @@
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
-#ifndef __BSE_INTERNALS_HH__
-#define __BSE_INTERNALS_HH__
+#ifndef __BSE_EFFECTBASE_HH__
+#define __BSE_EFFECTBASE_HH__
#include <bse/bseenums.hh>
#include <bse/bsemathsignal.hh>
@@ -11,4 +11,4 @@
#include <bse/bsemain.hh>
#include <bse/bsecxxplugin.hh>
-#endif /* __BSE_INTERNALS_HH__ */
+#endif /* __BSE_EFFECTBASE_HH__ */
diff --git a/sfi/sfidl-corecxx.cc b/sfi/sfidl-corecxx.cc
index 944123b..91fd517 100644
--- a/sfi/sfidl-corecxx.cc
+++ b/sfi/sfidl-corecxx.cc
@@ -1288,7 +1288,7 @@ public:
printf ("\n/*-------- begin %s generated code --------*/\n\n\n", Options::the()->sfidlName.c_str());
/* standard includes */
- printf ("\n#include <bse/bse-internals.hh>\n");
+ printf ("\n#include <bse/effectbase.hh>\n");
/* reset auxillary structures */
images.resize (0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]