diff options
Diffstat (limited to 'SmartDeviceLink/SDLNotificationConstants.h')
-rw-r--r-- | SmartDeviceLink/SDLNotificationConstants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLNotificationConstants.h b/SmartDeviceLink/SDLNotificationConstants.h index 0cc2d3b62..d99e0724c 100644 --- a/SmartDeviceLink/SDLNotificationConstants.h +++ b/SmartDeviceLink/SDLNotificationConstants.h @@ -318,6 +318,9 @@ extern SDLNotificationName const SDLDidReceiveSubscribeWaypointsResponse; /// Name for a SyncPData response RPC extern SDLNotificationName const SDLDidReceiveSyncPDataResponse __deprecated; +/// Name for a SystemRequest response RPC +extern SDLNotificationName const SDLDidReceiveSystemRequestResponse; + /// Name for an UpdateTurnList response RPC extern SDLNotificationName const SDLDidReceiveUpdateTurnListResponse; |