Skip to content

Commit

Permalink
Matlab cleanup (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier authored Jul 11, 2024
1 parent f6591df commit e648d24
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 458 deletions.
12 changes: 0 additions & 12 deletions matlab/lib/+Ice/+Instrumentation/ChildInvocationObserver.m

This file was deleted.

9 changes: 0 additions & 9 deletions matlab/lib/+Ice/+Instrumentation/CollocatedObserver.m

This file was deleted.

21 changes: 0 additions & 21 deletions matlab/lib/+Ice/+Instrumentation/CommunicatorObserver.m

This file was deleted.

13 changes: 0 additions & 13 deletions matlab/lib/+Ice/+Instrumentation/ConnectionObserver.m

This file was deleted.

47 changes: 0 additions & 47 deletions matlab/lib/+Ice/+Instrumentation/ConnectionState.m

This file was deleted.

13 changes: 0 additions & 13 deletions matlab/lib/+Ice/+Instrumentation/DispatchObserver.m

This file was deleted.

16 changes: 0 additions & 16 deletions matlab/lib/+Ice/+Instrumentation/InvocationObserver.m

This file was deleted.

14 changes: 0 additions & 14 deletions matlab/lib/+Ice/+Instrumentation/Observer.m

This file was deleted.

18 changes: 0 additions & 18 deletions matlab/lib/+Ice/+Instrumentation/ObserverUpdater.m

This file was deleted.

9 changes: 0 additions & 9 deletions matlab/lib/+Ice/+Instrumentation/RemoteObserver.m

This file was deleted.

13 changes: 0 additions & 13 deletions matlab/lib/+Ice/+Instrumentation/ThreadObserver.m

This file was deleted.

43 changes: 0 additions & 43 deletions matlab/lib/+Ice/+Instrumentation/ThreadState.m

This file was deleted.

14 changes: 0 additions & 14 deletions matlab/lib/+Ice/CloseCallback.m

This file was deleted.

15 changes: 0 additions & 15 deletions matlab/lib/+Ice/CompressBatch.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
% BasedOnProxy - Compress the batch requests if at least one request was made on a compressed proxy.

% Copyright (c) ZeroC, Inc. All rights reserved.
% Generated from Connection.ice by slice2matlab version 3.7.10

classdef CompressBatch < uint8
enumeration
Expand All @@ -19,18 +18,4 @@
% Compress the batch requests if at least one request was made on a compressed proxy.
BasedOnProxy (2)
end
methods(Static)
function r = ice_getValue(v)
switch v
case 0
r = Ice.CompressBatch.Yes;
case 1
r = Ice.CompressBatch.No;
case 2
r = Ice.CompressBatch.BasedOnProxy;
otherwise
throw(Ice.MarshalException(sprintf('enumerator value %d is out of range', v)));
end
end
end
end
15 changes: 0 additions & 15 deletions matlab/lib/+Ice/ConnectionClose.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
% GracefullyWithWait - Wait for all pending invocations to complete before closing the connection.

% Copyright (c) ZeroC, Inc. All rights reserved.
% Generated from Connection.ice by slice2matlab version 3.7.10

classdef ConnectionClose < uint8
enumeration
Expand All @@ -21,18 +20,4 @@
% Wait for all pending invocations to complete before closing the connection.
GracefullyWithWait (2)
end
methods(Static)
function r = ice_getValue(v)
switch v
case 0
r = Ice.ConnectionClose.Forcefully;
case 1
r = Ice.ConnectionClose.Gracefully;
case 2
r = Ice.ConnectionClose.GracefullyWithWait;
otherwise
throw(Ice.MarshalException(sprintf('enumerator value %d is out of range', v)));
end
end
end
end
78 changes: 0 additions & 78 deletions matlab/lib/+Ice/Current.m

This file was deleted.

1 change: 0 additions & 1 deletion matlab/lib/+Ice/EndpointSelectionType.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
% Ordered - Ordered forces the Ice run time to use the endpoints in the order they appeared in the proxy.

% Copyright (c) ZeroC, Inc. All rights reserved.
% Generated from EndpointSelectionType.ice by slice2matlab version 3.7.10

classdef EndpointSelectionType < uint8
enumeration
Expand Down
Loading

0 comments on commit e648d24

Please sign in to comment.