diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 09:04:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-10-01 09:04:58 +0000 |
commit | 3b2b8f91ff22b93050b9b1aa3da5bd4359182499 (patch) | |
tree | 3e37aa664496da562640735b168da4dcc08bb737 /offapi/com/sun/star/configuration | |
parent | 257b3205cae2665a96492b806df10faf884a4e99 (diff) |
CWS-TOOLING: integrate CWS sb93
Diffstat (limited to 'offapi/com/sun/star/configuration')
-rw-r--r-- | offapi/com/sun/star/configuration/backend/PolicyLayerBackend.idl | 63 | ||||
-rw-r--r-- | offapi/com/sun/star/configuration/backend/makefile.mk | 3 |
2 files changed, 1 insertions, 65 deletions
diff --git a/offapi/com/sun/star/configuration/backend/PolicyLayerBackend.idl b/offapi/com/sun/star/configuration/backend/PolicyLayerBackend.idl index 6cfe967bca37..e69de29bb2d1 100644 --- a/offapi/com/sun/star/configuration/backend/PolicyLayerBackend.idl +++ b/offapi/com/sun/star/configuration/backend/PolicyLayerBackend.idl @@ -1,63 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2008 by Sun Microsystems, Inc. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * $RCSfile: PolicyLayerBackend.idl,v $ - * $Revision: 1.4 $ - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ -#ifndef __com_sun_star_configuration_backend_PolicyLayerBackend_idl__ -#define __com_sun_star_configuration_backend_PolicyLayerBackend_idl__ - -#ifndef __com_sun_star_configuration_backend_XBackend_idl__ -#include <com/sun/star/configuration/backend/XBackend.idl> -#endif - - -//============================================================================= - -module com { module sun { module star { module configuration { module backend { - -//============================================================================= - -/** - provides access to multi layers of configuration data -*/ -service PolicyLayerBackend -{ - //------------------------------------------------------------------------- - /** - provides access to the layer data. - */ - interface XBackend ; - - //------------------------------------------------------------------------- - -} ; - -//============================================================================= - -} ; } ; } ; } ; } ; - -#endif diff --git a/offapi/com/sun/star/configuration/backend/makefile.mk b/offapi/com/sun/star/configuration/backend/makefile.mk index d12cbf1cbcbc..52e4d7df3c86 100644 --- a/offapi/com/sun/star/configuration/backend/makefile.mk +++ b/offapi/com/sun/star/configuration/backend/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.9.102.1 $ # # This file is part of OpenOffice.org. # @@ -66,7 +66,6 @@ IDLFILES = \ LdapMultiLayerStratum.idl \ SchemaSupplier.idl \ LocalSchemaSupplier.idl \ - PolicyLayerBackend.idl \ PlatformBackend.idl \ SystemIntegration.idl \ LayerDescriber.idl \ |