haiku/headers/private/kernel/vm
Augustin Cavalier bf77c15232 kernel/vm: Correct virtual function declarations.
The base VMCache class changed to the generic_ types with their
introduction in in *2011* (435c43f591),
but these classes were never properly adapted. These functions should not
be called here (they panic() -- but the base class only returns B_ERROR,
so that is a difference at least.)

Found by Clang's -Woverloaded-virtual.
2017-12-02 21:42:50 -05:00
..
vm_page.h
vm_priv.h
vm_types.h
vm.h
VMAddressSpace.h
VMArea.h kernel: Correct class/struct mixups. 2017-12-01 20:27:15 -05:00
VMCache.h kernel/vm: Correct virtual function declarations. 2017-12-02 21:42:50 -05:00
VMTranslationMap.h