Skip to content

Commit 3a547ac

Browse files
committed
SN2 is (again) compatible with new makan-lib - working on integration (again)
1 parent 543538f commit 3a547ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/libs/ASAP_Engine_0.5.0.jar

2.9 KB
Binary file not shown.

app/src/main/java/net/sharksystem/asap/android/service/ASAPService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
import android.support.v4.content.ContextCompat;
1010
import android.util.Log;
1111

12+
import net.sharksystem.asap.ASAPChunkReceivedListener;
1213
import net.sharksystem.asap.ASAPEngineFS;
1314
import net.sharksystem.asap.ASAPException;
1415
import net.sharksystem.asap.ASAPOnlineMessageSender;
1516
import net.sharksystem.asap.ASAPOnlineMessageSender_Impl;
16-
import net.sharksystem.asap.ASAPReceivedChunkListener;
1717
import net.sharksystem.asap.MultiASAPEngineFS;
1818
import net.sharksystem.asap.MultiASAPEngineFS_Impl;
1919
import net.sharksystem.asap.android.ASAP;
@@ -32,7 +32,7 @@
3232
* to run an ASAP session.
3333
*/
3434

35-
public class ASAPService extends Service implements ASAPReceivedChunkListener {
35+
public class ASAPService extends Service implements ASAPChunkReceivedListener {
3636
private static final String LOGSTART = "ASAPService";
3737
private String asapEngineRootFolderName;
3838

0 commit comments

Comments
 (0)