SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / SmartDeviceLinkProxyAndroid / src / com / smartdevicelink / proxy / rpc / AlertManeuverResponse.java
1 package com.smartdevicelink.proxy.rpc;\r
2 \r
3 import java.util.Hashtable;\r
4 \r
5 import com.smartdevicelink.proxy.RPCResponse;\r
6 \r
7 /**\r
8  * Alert Maneuver Response is sent, when AlertManeuver has been called\r
9  * \r
10  * @since SmartDeviceLink 2.0\r
11  */\r
12 public class AlertManeuverResponse extends RPCResponse {\r
13 \r
14     public AlertManeuverResponse() {\r
15         super("AlertManeuver");\r
16     }\r
17     public AlertManeuverResponse(Hashtable hash) {\r
18         super(hash);\r
19     }\r
20 }