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

Commit fc4aeea8 authored by Pawin Vongmasa's avatar Pawin Vongmasa Committed by Gerrit Code Review
Browse files

Merge "Add member typedef referring to base interface"

parents 2c9ea719 bd76895f
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();
};