summaryrefslogtreecommitdiff
path: root/matlab/test/Ice/objects/II.m
blob: b37afdc917f0ae769ec3d79dd8f66375c27ab1b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
%
% Copyright (c) ZeroC, Inc. All rights reserved.
%

classdef II < Ice.InterfaceByValue
    methods
        function obj = II()
            obj = obj@Ice.InterfaceByValue(Test.IPrx.ice_staticId());
        end
    end
end