Use interface ID in OOP_GetMethodID() (as it should be). PCIDevice is a private entit...
commit8dffca0d2f650b344f2833e94d2bad686c056248
authorsonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 8 Feb 2013 18:54:59 +0000 (8 18:54 +0000)
committersonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 8 Feb 2013 18:54:59 +0000 (8 18:54 +0000)
treefb90bb3b2159650899b94914f21d590c93dc1f50
parentc42f1cca5e146281e9d2a48ad7fff546bf823ded
Use interface ID in OOP_GetMethodID() (as it should be). PCIDevice is a private entity and it does not have public ID any more.
The thing worked just by luck, because string representations of class and interface IDs were the same. But this is not a rule.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46541 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/devs/networks/rtl8168/rtl8168.c