[libbluray-devel] Fix org.dvb.dsmcc.ServiceDomain.getLocator()
hpi1
git at videolan.org
Mon Sep 8 11:42:48 CEST 2014
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Sep 8 11:16:26 2014 +0300| [bef7d775bef0b16a20a8fdef9428dae5ae617d18] | committer: hpi1
Fix org.dvb.dsmcc.ServiceDomain.getLocator()
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=bef7d775bef0b16a20a8fdef9428dae5ae617d18
---
src/libbluray/bdj/java/org/dvb/dsmcc/ServiceDomain.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/libbluray/bdj/java/org/dvb/dsmcc/ServiceDomain.java b/src/libbluray/bdj/java/org/dvb/dsmcc/ServiceDomain.java
index f1cb2db..0df043f 100644
--- a/src/libbluray/bdj/java/org/dvb/dsmcc/ServiceDomain.java
+++ b/src/libbluray/bdj/java/org/dvb/dsmcc/ServiceDomain.java
@@ -37,6 +37,7 @@ public class ServiceDomain {
throws ServiceXFRException, InterruptedIOException,
MPEGDeliveryException
{
+ org.videolan.Logger.unimplemented("ServiceDomain", "attach");
throw new Error("Not implemented");
}
@@ -52,6 +53,7 @@ public class ServiceDomain {
try {
this.mountPoint = new DSMCCObject(MountManager.mount(bdl.getJarFileId()));
+ this.locator = locator;
} catch (MountException e) {
e.printStackTrace();
throw new DSMCCException("couldn't mount jar");
@@ -62,6 +64,7 @@ public class ServiceDomain {
InterruptedIOException, InvalidAddressException,
MPEGDeliveryException
{
+ org.videolan.Logger.unimplemented("ServiceDomain", "attach");
throw new Error("Not implemented");
}
@@ -73,6 +76,7 @@ public class ServiceDomain {
public byte[] getNSAPAddress() throws NotLoadedException
{
+ org.videolan.Logger.unimplemented("ServiceDomain", "getNSAPAddress");
throw new Error("Not implemented");
}
@@ -108,6 +112,7 @@ public class ServiceDomain {
public boolean isNetworkConnectionAvailable()
{
+ org.videolan.Logger.unimplemented("ServiceDomain", "isNetworkConnectionAvailable");
return false;
}
More information about the libbluray-devel
mailing list