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

Commit cb37a52f 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

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


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


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


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