SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / SmartDeviceLinkProxyAndroid / src / com / smartdevicelink / transport / ITransportListener.java
index ac8c638..7f4f0b7 100755 (executable)
@@ -1,18 +1,15 @@
-//
-// Copyright (c) 2013 Ford Motor Company
-//
-package com.smartdevicelink.transport;
-
-public interface ITransportListener {
-       // Called to indicate and deliver bytes received from transport
-       void onTransportBytesReceived(byte[] receivedBytes, int receivedBytesLength);
-
-       // Called to indicate that transport connection was established
-       void onTransportConnected();
-
-       // Called to indicate that transport was disconnected (by either side)
-       void onTransportDisconnected(String info);
-
-       // Called to indicate that some error occurred on the transport
-       void onTransportError(String info, Exception e);
-} // end-interface
+package com.smartdevicelink.transport;\r
+\r
+public interface ITransportListener {\r
+       // Called to indicate and deliver bytes received from transport\r
+       void onTransportBytesReceived(byte[] receivedBytes, int receivedBytesLength);\r
+\r
+       // Called to indicate that transport connection was established\r
+       void onTransportConnected();\r
+\r
+       // Called to indicate that transport was disconnected (by either side)\r
+       void onTransportDisconnected(String info);\r
+\r
+       // Called to indicate that some error occurred on the transport\r
+       void onTransportError(String info, Exception e);\r
+} // end-interface
\ No newline at end of file