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

Commit 752403d7 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by android-build-merger
Browse files

Merge "Mark functions in IMtpDatabase as pure virtual" am: 3b4bad32

am: e08a1f04

Change-Id: I258310bcb21973447eb4c8a28f60fad54160c815
parents 3a38172e e08a1f04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,8 +112,8 @@ public:
                                            MtpObjectHandle handle, bool succeeded) = 0;

    virtual MtpResponseCode         beginCopyObject(MtpObjectHandle handle, MtpObjectHandle newParent,
                                            MtpStorageID newStorage);
    virtual void                    endCopyObject(MtpObjectHandle handle, bool succeeded);
                                            MtpStorageID newStorage) = 0;
    virtual void                    endCopyObject(MtpObjectHandle handle, bool succeeded) = 0;
};

}; // namespace android