[beast: 7/16] BSE: use BSE_CLASS_NON_COPYABLE instead of a Rapicorn macro
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 7/16] BSE: use BSE_CLASS_NON_COPYABLE instead of a Rapicorn macro
- Date: Sat, 30 Sep 2017 01:03:17 +0000 (UTC)
commit 4de9318a8d087fa20ff3541d92ff5f5e700560e1
Author: Tim Janik <timj gnu org>
Date: Mon Sep 18 22:51:15 2017 +0200
BSE: use BSE_CLASS_NON_COPYABLE instead of a Rapicorn macro
Signed-off-by: Tim Janik <timj gnu org>
bse/bsecxxplugin.hh | 2 +-
bse/bseprobe.cc | 4 ++--
sfi/bcore.hh | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bse/bsecxxplugin.hh b/bse/bsecxxplugin.hh
index 70e89cc..a32a948 100644
--- a/bse/bsecxxplugin.hh
+++ b/bse/bsecxxplugin.hh
@@ -316,7 +316,7 @@ class ExportTypeKeeper
::BseExportNode *enode);
static void plugin_cleanup (BsePlugin *plugin,
::BseExportNode *enode);
- RAPICORN_CLASS_NON_COPYABLE (ExportTypeKeeper);
+ BSE_CLASS_NON_COPYABLE (ExportTypeKeeper);
public:
ExportTypeKeeper (::BseExportNode* (*export_node) (),
::BseExportIdentity *export_identity)
diff --git a/bse/bseprobe.cc b/bse/bseprobe.cc
index f3c5a68..b7c8732 100644
--- a/bse/bseprobe.cc
+++ b/bse/bseprobe.cc
@@ -318,7 +318,7 @@ public:
}
};
private:
- RAPICORN_CLASS_NON_COPYABLE (ProbeQueue);
+ BSE_CLASS_NON_COPYABLE (ProbeQueue);
};
@@ -411,7 +411,7 @@ private:
{
assert_return (ostreams == NULL);
}
- RAPICORN_CLASS_NON_COPYABLE (ProbeData);
+ BSE_CLASS_NON_COPYABLE (ProbeData);
};
void
handle_probe (ProbeData &pdata,
diff --git a/sfi/bcore.hh b/sfi/bcore.hh
index 75a39aa..9885070 100644
--- a/sfi/bcore.hh
+++ b/sfi/bcore.hh
@@ -248,7 +248,7 @@ class AlignedArray {
data_ = reinterpret_cast<T*> (aligned_alloc (n_elements_ * sizeof (T), ALIGNMENT, &unaligned_mem_));
}
// disallow copy constructor assignment operator
- RAPICORN_CLASS_NON_COPYABLE (AlignedArray);
+ BSE_CLASS_NON_COPYABLE (AlignedArray);
public:
AlignedArray (const vector<T>& elements) :
n_elements_ (elements.size())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]