summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLFocusableItemLocator.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-31 15:18:23 -0500
committerJoel Fischer <joeljfischer@gmail.com>2018-01-31 15:18:23 -0500
commit7ada02c00a41f6b8e2eb3b3861bbfb4cee2c1f25 (patch)
treea35e30755124a75e8c2ea1c3c58f31adb79bf230 /SmartDeviceLink/SDLFocusableItemLocator.m
parentd96f71873fdd70e1c8139aea2e4950c59974aebd (diff)
downloadsdl_ios-7ada02c00a41f6b8e2eb3b3861bbfb4cee2c1f25.tar.gz
Add Sequential RPC Request Operation
* SDLAsynchronousRPCRequestOperation handles single RPC requests as well * Fix name of SDLAsynchronousRPCRequestOperation * SDLConnectionManagerType now can send a “regular”/“non-manager” RPC request * Add RPC Operation queue to the lifecycle manager
Diffstat (limited to 'SmartDeviceLink/SDLFocusableItemLocator.m')
-rw-r--r--SmartDeviceLink/SDLFocusableItemLocator.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLFocusableItemLocator.m b/SmartDeviceLink/SDLFocusableItemLocator.m
index d44f8113c..dbd3e0fef 100644
--- a/SmartDeviceLink/SDLFocusableItemLocator.m
+++ b/SmartDeviceLink/SDLFocusableItemLocator.m
@@ -121,7 +121,7 @@ NS_ASSUME_NONNULL_BEGIN
}
SDLSendHapticData* hapticRPC = [[SDLSendHapticData alloc] initWithHapticRectData:hapticRects];
- [self.connectionManager sendManagerRequest:hapticRPC withResponseHandler:nil];
+ [self.connectionManager sendConnectionManagerRequest:hapticRPC withResponseHandler:nil];
}
#pragma mark SDLFocusableItemHitTester functions