]> git.sesse.net Git - vlc/blobdiff - activex/objectsafety.cpp
FSF address change.
[vlc] / activex / objectsafety.cpp
index 53b40213b557ec6df76e4dae53f58124a924d598..8f333d4d74830d3b46920ec0869e15df5aa25d5b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * objectsafety.cpp: ActiveX control for VLC
  *****************************************************************************
- * Copyright (C) 2005 VideoLAN
+ * Copyright (C) 2005 the VideoLAN team
  *
  * Authors: Damien Fouilleul <Damien.Fouilleul@laposte.net>
  *
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #include "plugin.h"
@@ -30,6 +30,8 @@ const GUID IID_IObjectSafety =
     {0xCB5BDC81,0x93C1,0x11cf,{0x8F,0x20,0x00,0x80,0x5F,0x2C,0xD0,0x64}}; 
 #endif
 
+using namespace std;
+
 STDMETHODIMP VLCObjectSafety::GetInterfaceSafetyOptions(      
     REFIID riid,
     DWORD *pdwSupportedOptions,