1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#ifndef __com_sun_star_ucb_GnomeVFSDocumentContent_idl__
23#define __com_sun_star_ucb_GnomeVFSDocumentContent_idl__
24
25#ifndef __com_sun_star_lang_XComponent_idl__
26#include <com/sun/star/lang/XComponent.idl>
27#endif
28
29#ifndef __com_sun_star_ucb_XContent_idl__
30#include <com/sun/star/ucb/XContent.idl>
31#endif
32
33#ifndef __com_sun_star_ucb_XCommandProcessor_idl__
34#include <com/sun/star/ucb/XCommandProcessor.idl>
35#endif
36
37#ifndef __com_sun_star_ucb_XCommandProcessor2_idl__
38#include <com/sun/star/ucb/XCommandProcessor2.idl>
39#endif
40
41#ifndef __com_sun_star_beans_XPropertiesChangeNotifier_idl__
42#include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
43#endif
44
45#ifndef __com_sun_star_beans_XPropertyContainer_idl__
46#include <com/sun/star/beans/XPropertyContainer.idl>
47#endif
48
49#ifndef __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__
50#include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
51#endif
52
53#ifndef __com_sun_star_ucb_XCommandInfoChangeNotifier_idl__
54#include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
55#endif
56
57#ifndef __com_sun_star_container_XChild_idl__
58#include <com/sun/star/container/XChild.idl>
59#endif
60
61//=============================================================================
62
63module com { module sun { module star { module ucb {
64
65service GnomeVFSDocumentContent
66{
67	//-------------------------------------------------------------------------
68	/** This interface is implemented according to the specification of
69		service <type>Content</type>.
70	 */
71	interface com::sun::star::lang::XComponent;
72
73	//-------------------------------------------------------------------------
74	/** This interface is implemented according to the specification of
75		service <type>Content</type>.
76	 */
77	interface com::sun::star::ucb::XContent;
78
79	interface com::sun::star::ucb::XCommandProcessor;
80
81	[optional] interface com::sun::star::ucb::XCommandProcessor2;
82
83	//-------------------------------------------------------------------------
84	/** This interface is implemented according to the specification of
85		service <type>Content</type>.
86	 */
87	interface com::sun::star::beans::XPropertiesChangeNotifier;
88
89	//-------------------------------------------------------------------------
90	/** This interface is implemented according to the specification of
91		service <type>Content</type>.
92	 */
93	interface com::sun::star::beans::XPropertyContainer;
94
95	//-------------------------------------------------------------------------
96	/** This interface is implemented according to the specification of
97		service <type>Content</type>.
98	 */
99	interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
100
101	//-------------------------------------------------------------------------
102	/** This interface is implemented according to the specification of
103		service <type>Content</type>.
104	 */
105	interface com::sun::star::ucb::XCommandInfoChangeNotifier;
106
107	//-------------------------------------------------------------------------
108	/** This interface is implemented according to the specification of
109		service <type>Content</type>.
110	 */
111	interface com::sun::star::container::XChild;
112};
113
114//=============================================================================
115
116}; }; }; };
117
118#endif
119