]> git.sesse.net Git - vlc/blobdiff - projects/activex/supporterrorinfo.cpp
Merge branch 'master' of git://git.videolan.org/vlc
[vlc] / projects / activex / supporterrorinfo.cpp
index debc044cab1f542d2a7a472b278108f4496b5eff..a8752076b762d4bc036ebbe89a83c42e0c2d17ab 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * supporterrorinfo.cpp: ActiveX control for VLC
  *****************************************************************************
- * Copyright (C) 2005 the VideoLAN team
+ * Copyright (C) 2005-2010 the VideoLAN team
  *
  * Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
  *
@@ -32,14 +32,12 @@ STDMETHODIMP VLCSupportErrorInfo::InterfaceSupportsErrorInfo(REFIID  riid)
 {
     if( (riid == IID_IVLCAudio)
      || (riid == IID_IVLCInput)
-     || (riid == IID_IVLCLog)
-     || (riid == IID_IVLCMessage)
-     || (riid == IID_IVLCMessageIterator)
-     || (riid == IID_IVLCMessages)
+     || (riid == IID_IVLCMarquee)
+     || (riid == IID_IVLCLogo)
      || (riid == IID_IVLCPlaylist)
      || (riid == IID_IVLCPlaylistItems)
-     || (riid == IID_IVLCVideo)
      || (riid == IID_IVLCSubtitle)
+     || (riid == IID_IVLCVideo)
      || (riid == IID_IVLCControl2) )
     {
         return S_OK;