Kaydet (Commit) 4fa902d1 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add IMarshal2 to IIDs recognized

Change-Id: Ib5a1da6666ff3a136c05374f10b7ca138c14492d
üst c71aff04
......@@ -84,6 +84,8 @@ inline std::basic_ostream<charT, traits>& operator<<(std::basic_ostream<charT, t
if (IsEqualIID(rIid, IID_IMarshal))
stream << "=\"IMarshal\"";
else if (IsEqualIID(rIid, IID_IMarshal2))
stream << "=\"IMarshal2\"";
else if (IsEqualIID(rIid, IID_INoMarshal))
stream << "=\"INoMarshal\"";
else if (IsEqualIID(rIid, IID_IdentityUnmarshal))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment