Merge "Mark functions in IMtpDatabase as pure virtual"

gugelfrei
Treehugger Robot 5 years ago committed by Gerrit Code Review
commit 3b4bad329a

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