From 535b56dae9029f2f6bfaf1797dd63b62aac586cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20K=C4=99dzia?= <pawel.kedzia@pwr.wroc.pl>
Date: Mon, 4 Apr 2011 13:42:53 +0200
Subject: [PATCH] Updated Wccl::Value wrapper

---
 swig/libcclvalue.i | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/swig/libcclvalue.i b/swig/libcclvalue.i
index 5ee3a9c..6246221 100644
--- a/swig/libcclvalue.i
+++ b/swig/libcclvalue.i
@@ -7,6 +7,7 @@
 %}
 
 %include "std_string.i"
+%include "boost_shared_ptr.i"
 
 namespace Wccl {
   class Value {
@@ -22,6 +23,9 @@ namespace Wccl {
   };
 }
 
+// %template(BoolSharedPtr) boost::shared_ptr<Wccl::Value>;
+
+using namespace boost;
 using namespace std;
 using namespace Wccl;
 
-- 
GitLab