1*cdf0e10cSrcweir#ifndef __com_sun_star_ucb_GnomeVFSFolderContent_idl__
2*cdf0e10cSrcweir#define __com_sun_star_ucb_GnomeVFSFolderContent_idl__
3*cdf0e10cSrcweir
4*cdf0e10cSrcweir#ifndef __com_sun_star_lang_XComponent_idl__
5*cdf0e10cSrcweir#include <com/sun/star/lang/XComponent.idl>
6*cdf0e10cSrcweir#endif
7*cdf0e10cSrcweir
8*cdf0e10cSrcweir#ifndef __com_sun_star_ucb_XContent_idl__
9*cdf0e10cSrcweir#include <com/sun/star/ucb/XContent.idl>
10*cdf0e10cSrcweir#endif
11*cdf0e10cSrcweir
12*cdf0e10cSrcweir#ifndef __com_sun_star_ucb_XCommandProcessor_idl__
13*cdf0e10cSrcweir#include <com/sun/star/ucb/XCommandProcessor.idl>
14*cdf0e10cSrcweir#endif
15*cdf0e10cSrcweir
16*cdf0e10cSrcweir#ifndef __com_sun_star_ucb_XCommandProcessor2_idl__
17*cdf0e10cSrcweir#include <com/sun/star/ucb/XCommandProcessor2.idl>
18*cdf0e10cSrcweir#endif
19*cdf0e10cSrcweir
20*cdf0e10cSrcweir#ifndef __com_sun_star_beans_XPropertiesChangeNotifier_idl__
21*cdf0e10cSrcweir#include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
22*cdf0e10cSrcweir#endif
23*cdf0e10cSrcweir
24*cdf0e10cSrcweir#ifndef __com_sun_star_beans_XPropertyContainer_idl__
25*cdf0e10cSrcweir#include <com/sun/star/beans/XPropertyContainer.idl>
26*cdf0e10cSrcweir#endif
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#ifndef __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__
29*cdf0e10cSrcweir#include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
30*cdf0e10cSrcweir#endif
31*cdf0e10cSrcweir
32*cdf0e10cSrcweir#ifndef __com_sun_star_ucb_XCommandInfoChangeNotifier_idl__
33*cdf0e10cSrcweir#include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
34*cdf0e10cSrcweir#endif
35*cdf0e10cSrcweir
36*cdf0e10cSrcweir#ifndef __com_sun_star_container_XChild_idl__
37*cdf0e10cSrcweir#include <com/sun/star/container/XChild.idl>
38*cdf0e10cSrcweir#endif
39*cdf0e10cSrcweir
40*cdf0e10cSrcweir#ifndef __com_sun_star_ucb_XContentCreator_idl__
41*cdf0e10cSrcweir#include <com/sun/star/ucb/XContentCreator.idl>
42*cdf0e10cSrcweir#endif
43*cdf0e10cSrcweir
44*cdf0e10cSrcweir//=============================================================================
45*cdf0e10cSrcweir
46*cdf0e10cSrcweirmodule com { module sun { module star { module ucb {
47*cdf0e10cSrcweir
48*cdf0e10cSrcweir//=============================================================================
49*cdf0e10cSrcweir/** A DCP Folder is a container for other DCP Folders or Documents.
50*cdf0e10cSrcweir
51*cdf0e10cSrcweir	@see com::sun::star::ucb::GnomeVFSContentProvider
52*cdf0e10cSrcweir	@see com::sun::star::ucb::GnomeVFSDocumentContent
53*cdf0e10cSrcweir*/
54*cdf0e10cSrcweirservice GnomeVFSFolderContent
55*cdf0e10cSrcweir{
56*cdf0e10cSrcweir	//-------------------------------------------------------------------------
57*cdf0e10cSrcweir	/** This interface is implemented according to the specification of
58*cdf0e10cSrcweir		service <type>Content</type>.
59*cdf0e10cSrcweir	 */
60*cdf0e10cSrcweir	interface com::sun::star::lang::XComponent;
61*cdf0e10cSrcweir
62*cdf0e10cSrcweir	//-------------------------------------------------------------------------
63*cdf0e10cSrcweir	/** This interface is implemented according to the specification of
64*cdf0e10cSrcweir		service <type>Content</type>.
65*cdf0e10cSrcweir	 */
66*cdf0e10cSrcweir	interface com::sun::star::ucb::XContent;
67*cdf0e10cSrcweir
68*cdf0e10cSrcweir	interface com::sun::star::ucb::XCommandProcessor;
69*cdf0e10cSrcweir
70*cdf0e10cSrcweir	[optional] interface com::sun::star::ucb::XCommandProcessor2;
71*cdf0e10cSrcweir
72*cdf0e10cSrcweir	//-------------------------------------------------------------------------
73*cdf0e10cSrcweir	/** This interface is implemented according to the specification of
74*cdf0e10cSrcweir		service <type>Content</type>.
75*cdf0e10cSrcweir	 */
76*cdf0e10cSrcweir	interface com::sun::star::beans::XPropertiesChangeNotifier;
77*cdf0e10cSrcweir
78*cdf0e10cSrcweir	//-------------------------------------------------------------------------
79*cdf0e10cSrcweir	/** This interface is implemented according to the specification of
80*cdf0e10cSrcweir		service <type>Content</type>.
81*cdf0e10cSrcweir	 */
82*cdf0e10cSrcweir	interface com::sun::star::beans::XPropertyContainer;
83*cdf0e10cSrcweir
84*cdf0e10cSrcweir	//-------------------------------------------------------------------------
85*cdf0e10cSrcweir	/** This interface is implemented according to the specification of
86*cdf0e10cSrcweir		service <type>Content</type>.
87*cdf0e10cSrcweir	 */
88*cdf0e10cSrcweir	interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
89*cdf0e10cSrcweir
90*cdf0e10cSrcweir	//-------------------------------------------------------------------------
91*cdf0e10cSrcweir	/** This interface is implemented according to the specification of
92*cdf0e10cSrcweir		service <type>Content</type>.
93*cdf0e10cSrcweir	 */
94*cdf0e10cSrcweir	interface com::sun::star::ucb::XCommandInfoChangeNotifier;
95*cdf0e10cSrcweir
96*cdf0e10cSrcweir	//-------------------------------------------------------------------------
97*cdf0e10cSrcweir	/** This interface is implemented according to the specification of
98*cdf0e10cSrcweir		service <type>Content</type>.
99*cdf0e10cSrcweir	 */
100*cdf0e10cSrcweir	interface com::sun::star::container::XChild;
101*cdf0e10cSrcweir
102*cdf0e10cSrcweir	interface com::sun::star::ucb::XContentCreator;
103*cdf0e10cSrcweir};
104*cdf0e10cSrcweir
105*cdf0e10cSrcweir//=============================================================================
106*cdf0e10cSrcweir
107*cdf0e10cSrcweir}; }; }; };
108*cdf0e10cSrcweir
109*cdf0e10cSrcweir#endif
110