1 --- /dev/null 2006-08-13 17:52:05.000000000 +0200
2 +++ avmedia/source/gstreamer/gstcommon.hxx 2006-08-22 11:38:56.000000000 +0200
4 +/*************************************************************************
6 + * OpenOffice.org - a multi-platform office productivity suite
12 + * last change: $Author$ $Date$
14 + * The Contents of this file are made available subject to
15 + * the terms of GNU Lesser General Public License Version 2.1.
18 + * GNU Lesser General Public License Version 2.1
19 + * =============================================
20 + * Copyright 2005 by Sun Microsystems, Inc.
21 + * 901 San Antonio Road, Palo Alto, CA 94303, USA
23 + * This library is free software; you can redistribute it and/or
24 + * modify it under the terms of the GNU Lesser General Public
25 + * License version 2.1, as published by the Free Software Foundation.
27 + * This library is distributed in the hope that it will be useful,
28 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
29 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30 + * Lesser General Public License for more details.
32 + * You should have received a copy of the GNU Lesser General Public
33 + * License along with this library; if not, write to the Free Software
34 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
37 + ************************************************************************/
39 +#ifndef _GSTCOMMON_HXX
40 +#define _GSTCOMMON_HXX
44 +#ifndef _OSL_MUTEX_HXX_
45 +#include <osl/mutex.hxx>
48 +#include <tools/debug.hxx>
51 +#include <tools/stream.hxx>
54 +#include <tools/string.hxx>
57 +#include <tools/urlobj.hxx>
59 +#ifndef _CPPUHELPER_IMPLBASE1_HXX_
60 +#include <cppuhelper/implbase1.hxx>
62 +#ifndef _CPPUHELPER_IMPLBASE2_HXX_
63 +#include <cppuhelper/implbase2.hxx>
65 +#ifndef _CPPUHELPER_WEAK_HXX_
66 +#include <cppuhelper/weak.hxx>
68 +#ifndef _CPPUHELPER_FACTORY_HXX_
69 +#include <cppuhelper/factory.hxx>
72 +#include <com/sun/star/uno/Reference.h>
73 +#include <com/sun/star/uno/RuntimeException.hpp>
74 +#include <com/sun/star/lang/XMultiServiceFactory.hpp>
75 +#include <com/sun/star/lang/XComponent.hpp>
76 +#include <com/sun/star/registry/XRegistryKey.hpp>
77 +#include <com/sun/star/lang/XComponent.hpp>
78 +#include <com/sun/star/lang/XServiceInfo.hpp>
79 +#include <com/sun/star/awt/Rectangle.hpp>
80 +#include <com/sun/star/awt/KeyModifier.hpp>
81 +#include <com/sun/star/awt/MouseButton.hpp>
82 +#include <com/sun/star/media/XManager.hpp>
84 +#define WM_GRAPHNOTIFY (WM_USER + 567)
86 +#endif // _GSTCOMMOM_HXX