Skip to content
Snippets Groups Projects
Commit dea716fe authored by ilor's avatar ilor
Browse files

sync swig wrappers with corpus2 wrapper changes

parent 6517316f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
%}
%include "std_string.i"
%include "libcorpus/libcorpustagset.i"
%include "libcorpus2/libcorpustagset.i"
%nodefaultctor Wccl::Value;
......
......@@ -14,7 +14,7 @@
%include "libccltset.i"
%include "std_string.i"
%include "boost_shared_ptr.i"
%include <libcorpus2/boost_shared_ptr.i>
%template(ValuePtr) boost::shared_ptr<Wccl::Value>;
%template(BoolPtr) boost::shared_ptr<Wccl::Bool>;
......
......@@ -19,11 +19,11 @@
%include "libcclwcclfileopsections.i"
%include "libcclfunctionalopsequence.i"
%include "libcorpus/libcorpustagset.i"
%include "libcorpus2/libcorpustagset.i"
%include "std_string.i"
%include "std_vector.i"
%include "boost_shared_ptr.i"
%include <libcorpus2/boost_shared_ptr.i>
%template(UntypedOpSequencePtrVector) std::vector<boost::shared_ptr<Wccl::UntypedOpSequence> >;
%template(BoolOpSequencePtrVector) std::vector<boost::shared_ptr<Wccl::OpSequence<Wccl::Bool> > >;
......
......@@ -16,7 +16,7 @@
%include "std_string.i"
%include "std_vector.i"
%include "boost_shared_ptr.i"
%include <libcorpus2/boost_shared_ptr.i>
namespace Wccl {
template<class T> class WcclFileOpSections {
......
......@@ -5,7 +5,7 @@
%{
//
%}
%include <libcorpus2/unicodestring.i>
%include "libcclactionexeccontext.i"
%include "libcclannotationmatch.i"
%include "libcclbool.i"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment