summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProxy.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-01-11 17:38:03 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-01-11 17:38:03 -0800
commitf2c9558c0ad2d169294b191be389c04341172fcf (patch)
treef2f24650361913e3d61929971d5de5774fa35d9a /SmartDeviceLink/SDLProxy.h
parent77c4c769a175f4f27e497eee74800d948e341355 (diff)
downloadsdl_ios-f2c9558c0ad2d169294b191be389c04341172fcf.tar.gz
Removed dispose and destroy methods.
Diffstat (limited to 'SmartDeviceLink/SDLProxy.h')
-rw-r--r--SmartDeviceLink/SDLProxy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLProxy.h b/SmartDeviceLink/SDLProxy.h
index a7146f541..2bff64dc6 100644
--- a/SmartDeviceLink/SDLProxy.h
+++ b/SmartDeviceLink/SDLProxy.h
@@ -21,7 +21,6 @@ __deprecated_msg("Use SDLManager instead")
Byte _version;
Byte _bulkSessionID;
BOOL _isConnected;
- BOOL _alreadyDestructed;
}
@property (nullable, strong) SDLAbstractProtocol *protocol;
@@ -35,7 +34,6 @@ __deprecated_msg("Use SDLManager instead")
- (id)initWithTransport:(SDLAbstractTransport *)transport
protocol:(SDLAbstractProtocol *)protocol
delegate:(NSObject<SDLProxyListener> *)delegate;
-- (void)dispose;
- (void)addDelegate:(NSObject<SDLProxyListener> *)delegate;
- (void)removeDelegate:(NSObject<SDLProxyListener> *)delegate;