Merge "Fix interfaceVersion in DhcpServerCallbacks" into qt-r1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9a0d576b4d
@@ -21,13 +21,11 @@ package android.net.dhcp;
|
|||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
public abstract class DhcpServerCallbacks extends IDhcpServerCallbacks.Stub {
|
public abstract class DhcpServerCallbacks extends IDhcpServerCallbacks.Stub {
|
||||||
// TODO: add @Override here once the API is versioned
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the version of the aidl interface implemented by the callbacks.
|
* Get the version of the aidl interface implemented by the callbacks.
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public int getInterfaceVersion() {
|
public int getInterfaceVersion() {
|
||||||
// TODO: return IDhcpServerCallbacks.VERSION;
|
return IDhcpServerCallbacks.VERSION;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user