PackageRegistryBackend.idl (d1766043) | PackageRegistryBackend.idl (34c958ab) |
---|---|
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 --- 22 unchanged lines hidden (view full) --- 31 32/** The <type>PackageRegistryBackend</type> service is used to bind 33 a specific type of <type>XPackage</type> which can be registered or revoked. 34 <p> 35 All <type>PackageRegistryBackend</type> objects 36 are related to a <type>XPackageManager</type> instance. 37 </p> 38 | 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 --- 22 unchanged lines hidden (view full) --- 31 32/** The <type>PackageRegistryBackend</type> service is used to bind 33 a specific type of <type>XPackage</type> which can be registered or revoked. 34 <p> 35 All <type>PackageRegistryBackend</type> objects 36 are related to a <type>XPackageManager</type> instance. 37 </p> 38 |
39 @since OOo 2.0 | 39 @since OpenOffice 2.0 |
40*/ 41service PackageRegistryBackend : XPackageRegistry 42{ 43 /** Creates a transient registry. 44 45 @param context 46 context of registry, e.g. user, shared 47 */ --- 19 unchanged lines hidden --- | 40*/ 41service PackageRegistryBackend : XPackageRegistry 42{ 43 /** Creates a transient registry. 44 45 @param context 46 context of registry, e.g. user, shared 47 */ --- 19 unchanged lines hidden --- |