Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9c83079 authored by Pawin Vongmasa's avatar Pawin Vongmasa Committed by android-build-merger
Browse files

Merge "Add member typedef referring to base interface" am: fc4aeea8

am: cb37a52f

Change-Id: I0712164c0812b273219b576a311b686ab8c1b2c9
parents 7354fd4a cb37a52f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ public:
    virtual const String16&     getInterfaceDescriptor() const;

protected:
    typedef INTERFACE           BaseInterface;
    virtual IBinder*            onAsBinder();
};

@@ -66,6 +67,7 @@ public:
    explicit                    BpInterface(const sp<IBinder>& remote);

protected:
    typedef INTERFACE           BaseInterface;
    virtual IBinder*            onAsBinder();
};