SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / SmartDeviceLinkProxyAndroid / src / com / smartdevicelink / transport / BaseTransportConfig.java
old mode 100644 (file)
new mode 100755 (executable)
index 1a14aff..e34e5d9
@@ -1,17 +1,15 @@
-//
-// Copyright (c) 2013 Ford Motor Company
-//
-package com.smartdevicelink.transport;
-
-/**
- * Defines base abstract class for transport configurations.
- */
-public abstract class BaseTransportConfig {
-       
-       /**
-        * Gets transport type for this transport configuration.
-        * 
-        * @return One of {@link TransportType} enumeration values that represents type of this transport configuration.
-        */
-       public abstract TransportType getTransportType();
-}
+package com.smartdevicelink.transport;\r
+\r
+/**\r
+ * Defines base abstract class for transport configurations.\r
+ */\r
+public abstract class BaseTransportConfig {\r
+       \r
+       /**\r
+        * Gets transport type for this transport configuration.\r
+        * \r
+        * @return One of {@link TransportType} enumeration values that represents type of this transport configuration.\r
+        */\r
+       public abstract TransportType getTransportType();       \r
+       \r
+}\r