[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-dev
Subject:    [datatype-dev] CR: fix broken riff.cpp on Brizo401 branch
From:       Sheldon Fu <sfu () real ! com>
Date:       2010-02-24 17:33:58
Message-ID: 1267032838.14326.16.camel () sfu6400
[Download RAW message or body]

Overview

IHXThreadSafeMethods is somehow added to the QI list on brizo401 with a
checkin that doesn't seem to need it. This breaks the build because its
IID can not be found. it is not in the QI list on Head so likely this is
checked in by accident. Removed to fix the build.

brizo401 branch only.

fxd

===================================================================
RCS file: /cvsroot/datatype/common/util/riff.cpp,v
retrieving revision 1.16.12.3
diff -u -w -r1.16.12.3 riff.cpp
--- riff.cpp	29 Jan 2010 05:35:35 -0000	1.16.12.3
+++ riff.cpp	24 Feb 2010 17:28:17 -0000
@@ -63,8 +63,7 @@
     {
 	{ GET_IIDHANDLE(IID_IUnknown), this},
 	{ GET_IIDHANDLE(IID_IHXFileResponse), (IHXFileResponse*)this},
-	{ GET_IIDHANDLE(IID_IHXFileStatResponse),
(IHXFileStatResponse*)this},	
-	{ GET_IIDHANDLE(IID_IHXThreadSafeMethods),
(IHXThreadSafeMethods*)this},
+	{ GET_IIDHANDLE(IID_IHXFileStatResponse), (IHXFileStatResponse*)this}	
     };
 
     HX_RESULT retVal = ::QIFind(qiList, QILISTSIZE(qiList), riid,
ppvObj);



_______________________________________________
Datatype-dev mailing list
Datatype-dev@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-dev
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic