[beast: 26/57] SFI: provide Bse::Any, Bse::DataKey, Bse::DataListContainer
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 26/57] SFI: provide Bse::Any, Bse::DataKey, Bse::DataListContainer
- Date: Sun, 23 Jul 2017 09:59:58 +0000 (UTC)
commit cddbb60e6e3c988a8533cbda8bad616d26229e16
Author: Tim Janik <timj gnu org>
Date: Sun Jul 16 20:37:46 2017 +0200
SFI: provide Bse::Any, Bse::DataKey, Bse::DataListContainer
Signed-off-by: Tim Janik <timj gnu org>
sfi/bcore.hh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/sfi/bcore.hh b/sfi/bcore.hh
index a3a3508..a7e9105 100644
--- a/sfi/bcore.hh
+++ b/sfi/bcore.hh
@@ -26,7 +26,10 @@ using std::map;
using std::vector;
typedef std::string String; ///< Convenience alias for std::string.
typedef vector<String> StringVector; ///< Convenience alias for a std::vector<std::string>.
+using Rapicorn::Aida::Any;
using Rapicorn::Aida::EventFd;
+using Rapicorn::DataKey;
+using Rapicorn::DataListContainer;
// == Diagnostics ==
template<class... Args> String string_format (const char *format, const Args &...args)
BSE_PRINTF (1, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]