1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

synchronization with library-service branch

This commit is contained in:
Nikolay Pultsin 2013-01-20 06:27:02 +04:00
parent be507cfd9c
commit b0033a8ccc
38 changed files with 183 additions and 186 deletions

View file

@ -23,7 +23,8 @@ import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import org.geometerplus.fbreader.library.*;
import org.geometerplus.fbreader.book.*;
import org.geometerplus.fbreader.library.Library;
public class LibraryService extends Service implements Library.ChangeListener {
public final class LibraryImplementation extends LibraryInterface.Stub {