1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: protocols.idl,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef __com_sun_star_installation_protocols_idl__
31 #define __com_sun_star_installation_protocols_idl__
34 //=============================================================================
36 module com
{ module sun
{ module star
{ module installation
{
38 //=============================================================================
40 /** A protocol-handler is a part of StarOffice which performs
41 the comunication on a paticular protocol. This can be HTTP, FTP, HTTPS,
42 MAILTO, or NEWS. An implementation of this interface should be able
43 to check/set all of these protocols.
47 published constants protocols
49 //-------------------------------------------------------------------------
51 // DocMerge from idl: value com::sun::star::installation::protocols::ALL
52 /** check/set all supported protocols
56 //-------------------------------------------------------------------------
58 // DocMerge from idl: value com::sun::star::installation::protocols::HTTP
59 /** check/set the HTTP protocol
63 //-------------------------------------------------------------------------
65 // DocMerge from idl: value com::sun::star::installation::protocols::FTP
66 /** check/set the FTP protocol
70 //-------------------------------------------------------------------------
72 // DocMerge from idl: value com::sun::star::installation::protocols::HTTPS
73 /** check/set the HTTPS protocol
75 const short HTTPS
= 3;
77 //-------------------------------------------------------------------------
79 // DocMerge from idl: value com::sun::star::installation::protocols::MAIL
80 /** check/set the MAIL protocol
84 //-------------------------------------------------------------------------
86 // DocMerge from idl: value com::sun::star::installation::protocols::NEWS
87 /** check/set the NEWS protocol
93 //=============================================================================