summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLConnectionManagerType.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-07-12 15:06:12 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-07-12 15:06:12 -0400
commitfb91d2be524da2b5cc5143df148b1887ecfa75f3 (patch)
treecea1a622b7cbea9523702ae9f4cddcb71c4dba69 /SmartDeviceLink/SDLConnectionManagerType.h
parente2459f0c903563324d828023e3e33662feff7302 (diff)
downloadsdl_ios-fb91d2be524da2b5cc5143df148b1887ecfa75f3.tar.gz
Fixed a lot of notification handler method names
* Shuffled around files in groups * Added `managerDidDisconnect` delegate method on SDLManagerDelegate
Diffstat (limited to 'SmartDeviceLink/SDLConnectionManagerType.h')
-rw-r--r--SmartDeviceLink/SDLConnectionManagerType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLConnectionManagerType.h b/SmartDeviceLink/SDLConnectionManagerType.h
index 20ae4deae..abbd9e3af 100644
--- a/SmartDeviceLink/SDLConnectionManagerType.h
+++ b/SmartDeviceLink/SDLConnectionManagerType.h
@@ -17,6 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
// TODO: May want to rename
@protocol SDLConnectionManagerType <NSObject>
+- (void)sendRequest:(__kindof SDLRPCRequest *)request;
- (void)sendRequest:(__kindof SDLRPCRequest *)request withCompletionHandler:(nullable SDLRequestCompletionHandler)block;
@end