[ekiga] Made Ekiga::scoped_connections noncopyable, as that would give issues
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Made Ekiga::scoped_connections noncopyable, as that would give issues
- Date: Sun, 10 Feb 2013 08:10:09 +0000 (UTC)
commit eeb50b13b4d53b0892c6afd0ed5352656dc2725f
Author: Julien Puydt <jpuydt free fr>
Date: Sun Feb 10 09:09:07 2013 +0100
Made Ekiga::scoped_connections noncopyable, as that would give issues
lib/engine/framework/scoped-connections.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/framework/scoped-connections.h b/lib/engine/framework/scoped-connections.h
index 06537fc..234cabf 100644
--- a/lib/engine/framework/scoped-connections.h
+++ b/lib/engine/framework/scoped-connections.h
@@ -57,7 +57,8 @@
namespace Ekiga {
- class scoped_connections
+ class scoped_connections:
+ public boost::noncopyable
{
public:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]