From 76738dc66b868a25504f1a33249ee652cc46451f Mon Sep 17 00:00:00 2001 From: "Y. Sapir" Date: Mon, 19 May 2014 22:59:07 +0300 Subject: [PATCH] Remove some more Clone typemaps and add some whitespace. --- xs/xsp/my.map | 6 ------ xs/xsp/typemap.xspt | 11 ++++++++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/xs/xsp/my.map b/xs/xsp/my.map index 693aa546d..d04024cfa 100644 --- a/xs/xsp/my.map +++ b/xs/xsp/my.map @@ -95,7 +95,6 @@ Clone O_OBJECT_SLIC3R_T PrintState* O_OBJECT_SLIC3R Ref O_OBJECT_SLIC3R_T -Clone O_OBJECT_SLIC3R_T Surface* O_OBJECT_SLIC3R Ref O_OBJECT_SLIC3R_T @@ -128,11 +127,9 @@ Clone O_OBJECT_SLIC3R_T PrintRegion* O_OBJECT_SLIC3R Ref O_OBJECT_SLIC3R_T -Clone O_OBJECT_SLIC3R_T PrintObject* O_OBJECT_SLIC3R Ref O_OBJECT_SLIC3R_T -Clone O_OBJECT_SLIC3R_T Print* O_OBJECT_SLIC3R Ref O_OBJECT_SLIC3R_T @@ -140,15 +137,12 @@ Clone O_OBJECT_SLIC3R_T LayerRegion* O_OBJECT_SLIC3R Ref O_OBJECT_SLIC3R_T -Clone O_OBJECT_SLIC3R_T Layer* O_OBJECT_SLIC3R Ref O_OBJECT_SLIC3R_T -Clone O_OBJECT_SLIC3R_T SupportLayer* O_OBJECT_SLIC3R Ref O_OBJECT_SLIC3R_T -Clone O_OBJECT_SLIC3R_T PlaceholderParser* O_OBJECT_SLIC3R Ref O_OBJECT_SLIC3R_T diff --git a/xs/xsp/typemap.xspt b/xs/xsp/typemap.xspt index c3577f451..cf5cc3d5a 100644 --- a/xs/xsp/typemap.xspt +++ b/xs/xsp/typemap.xspt @@ -74,26 +74,34 @@ %typemap{PolylineCollection*}; %typemap{Ref}{simple}; %typemap{Clone}{simple}; + %typemap{PrintState*}; %typemap{Ref}{simple}; -%typemap{Clone}{simple}; + %typemap{PrintRegion*}; %typemap{Ref}{simple}; + %typemap{PrintObject*}; %typemap{Ref}{simple}; + %typemap{Print*}; %typemap{Ref}{simple}; %typemap{Clone}{simple}; + %typemap{LayerRegion*}; %typemap{Ref}{simple}; + %typemap{Layer*}; %typemap{Ref}{simple}; + %typemap{SupportLayer*}; %typemap{Ref}{simple}; + %typemap{PlaceholderParser*}; %typemap{Ref}{simple}; %typemap{Clone}{simple}; + %typemap{Points}; %typemap{Pointfs}; %typemap{Lines}; @@ -131,6 +139,7 @@ %typemap{ModelInstancePtrs*}; %typemap{Ref}{simple}; %typemap{Clone}{simple}; + %typemap{PrintRegionPtrs*}; %typemap{PrintObjectPtrs*}; %typemap{LayerPtrs*};