msxml3: Use xmlnode child object's IXMLDOMNode implementation as base interface.
commit27b4f11c0bb9f0b9d9023259ca6a2f9852a2d033
authorJacek Caban <jacek@codeweavers.com>
Sat, 4 Sep 2010 15:56:08 +0000 (4 17:56 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Sep 2010 14:13:22 +0000 (6 16:13 +0200)
tree2d9f80531444623c3d7526faffc21eb9a5b5a6cf
parent8a82ae668acdcef442b1c490107def73a58cc725
msxml3: Use xmlnode child object's IXMLDOMNode implementation as base interface.

The plan is to get rid of IXMLDOMNode interface in xmlnode object and use
proper inheritance.
dlls/msxml3/attribute.c
dlls/msxml3/cdata.c
dlls/msxml3/comment.c
dlls/msxml3/docfrag.c
dlls/msxml3/domdoc.c
dlls/msxml3/element.c
dlls/msxml3/entityref.c
dlls/msxml3/node.c
dlls/msxml3/pi.c
dlls/msxml3/text.c