Merge "Mark functions in IMtpDatabase as pure virtual"

am: 3b4bad329a

Change-Id: If2c1c989492afed65153a0c90c85a1511ada3bd4
gugelfrei
Pirama Arumuga Nainar 5 years ago committed by android-build-merger
commit e08a1f04f3

@ -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

Loading…
Cancel
Save