summaryrefslogtreecommitdiff
path: root/matlab/lib/+IceInternal/WrapperObject.m
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-02-08 17:23:26 +0100
committerJose <jose@zeroc.com>2018-02-08 17:23:26 +0100
commit41a4ea50bba42cd4585244f5a8e3ccbc6c20da4c (patch)
tree92eda1d6156d91d4bfce18f8fc06820af1e401ff /matlab/lib/+IceInternal/WrapperObject.m
parentRemove old files (diff)
parentFixed matlab check for testing (diff)
downloadice-41a4ea50bba42cd4585244f5a8e3ccbc6c20da4c.tar.bz2
ice-41a4ea50bba42cd4585244f5a8e3ccbc6c20da4c.tar.xz
ice-41a4ea50bba42cd4585244f5a8e3ccbc6c20da4c.zip
Merge branch '3.7' of github.com:zeroc-ice/ice into 3.7
Diffstat (limited to 'matlab/lib/+IceInternal/WrapperObject.m')
-rw-r--r--matlab/lib/+IceInternal/WrapperObject.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/matlab/lib/+IceInternal/WrapperObject.m b/matlab/lib/+IceInternal/WrapperObject.m
index aaecc47d153..3d12d9a8a25 100644
--- a/matlab/lib/+IceInternal/WrapperObject.m
+++ b/matlab/lib/+IceInternal/WrapperObject.m
@@ -47,6 +47,9 @@ classdef (Abstract) WrapperObject < handle
r = result.result;
end
end
+ function r = iceGetImpl(obj)
+ r = obj.impl_;
+ end
end
properties(Hidden,SetAccess=protected)
impl_