OSDN Git Service

put back the unused virtuals in Vector<>
authorMathias Agopian <mathias@google.com>
Tue, 21 Aug 2012 00:03:29 +0000 (17:03 -0700)
committerMathias Agopian <mathias@google.com>
Tue, 21 Aug 2012 04:23:15 +0000 (21:23 -0700)
commit1648d4c13ba2eff3ea14cd87ee94028458a39f97
tree2120c7f37840a4b1e1040ad9367669bcc3a43fc2
parent317357fdf7a2b542dfdaa06f42ff7f5f0153f9a3
put back the unused virtuals in Vector<>

some binaries are using these private APIs and broke
(as they should!) with this change. Temporarily restore the
virtuals to work around this.

Bug: 6977550
Change-Id: I7c37f24b16e4d586b89205c493db5169cf87e024
include/utils/VectorImpl.h
libs/utils/VectorImpl.cpp