- Make proxy manager use IMultiQI instead of IInternalUnknown as tests
commit3018974ce358c84f33ffc896493ddf30a2e30420
authorRobert Shearman <rob@codeweavers.com>
Wed, 26 Jan 2005 21:07:05 +0000 (26 21:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Jan 2005 21:07:05 +0000 (26 21:07 +0000)
tree389596fd2fcf37aa46c1d4b26e420ca940cf2046
parentb6317bd53785656aa0a3130f4f76bf3ffc905b12
- Make proxy manager use IMultiQI instead of IInternalUnknown as tests
  show that IInternalUnknown isn't exposed.
- Implement IMultiQI on top of IRemUnknown calls.
- Silence some fixmes that occur during tests and don't give us any
  useful information.
- Fix typo in class factory proxy that caused us to use the wrong
  offset into the CFProxy structure, causing us to not call the
  outer_unknown properly.
dlls/ole32/compobj_private.h
dlls/ole32/marshal.c
dlls/ole32/oleproxy.c
dlls/ole32/rpc.c
dlls/ole32/stubmanager.c
dlls/ole32/tests/marshal.c