SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / SmartDeviceLinkProxyAndroid / src / com / smartdevicelink / transport / BaseTransportConfig.java
1 package com.smartdevicelink.transport;\r
2 \r
3 /**\r
4  * Defines base abstract class for transport configurations.\r
5  */\r
6 public abstract class BaseTransportConfig {\r
7         \r
8         /**\r
9          * Gets transport type for this transport configuration.\r
10          * \r
11          * @return One of {@link TransportType} enumeration values that represents type of this transport configuration.\r
12          */\r
13         public abstract TransportType getTransportType();       \r
14         \r
15 }\r