diff options
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLAbstractProtocol.h')
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink/SDLAbstractProtocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAbstractProtocol.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAbstractProtocol.h index 22608f3d6..01a4c7e9d 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLAbstractProtocol.h +++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLAbstractProtocol.h @@ -20,7 +20,7 @@ - (void)sendEndSessionWithType:(SDLServiceType)serviceType; - (void)sendRPC:(SDLRPCMessage *)message; - (void)sendRPCRequest:(SDLRPCRequest *)rpcRequest __deprecated_msg(("Use sendRPC: instead")); -- (void)sendHeartbeat; +- (void)sendHeartbeat __deprecated_msg("Heartbeat is no longer used."); - (void)sendRawDataStream:(NSInputStream *)inputStream withServiceType:(SDLServiceType)serviceType; - (void)sendRawData:(NSData *)data withServiceType:(SDLServiceType)serviceType; |