Merge "Fix interfaceVersion in DhcpServerCallbacks" am: e921001f2d
am: 5833474d58
Change-Id: I2f1ad63e6fa8927792cf3497a1e0b2849c5a1d46
This commit is contained in:
@@ -21,13 +21,11 @@ package android.net.dhcp;
|
||||
* @hide
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
@Override
|
||||
public int getInterfaceVersion() {
|
||||
// TODO: return IDhcpServerCallbacks.VERSION;
|
||||
return 0;
|
||||
return IDhcpServerCallbacks.VERSION;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user