Kaydet (Commit) 37b6bc40 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS jl13 (1.4.20); FILE MERGED

2004/10/21 11:52:47 jl 1.4.20.2: RESYNC: (1.4-1.5); FILE MERGED
2004/09/29 13:47:22 dbo 1.4.20.1: #i34555# shifting media-type etc. to new XPackageTypeInfo
Issue number:
Submitted by:
Reviewed by:
üst c32976e4
......@@ -2,9 +2,9 @@
*
* $RCSfile: XPackageManager.idl,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: obo $ $Date: 2004-09-09 16:03:21 $
* last change: $Author: hr $ $Date: 2004-11-09 13:43:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -66,6 +66,7 @@
#include <com/sun/star/task/XAbortChannel.idl>
#include <com/sun/star/util/XModifyBroadcaster.idl>
#include <com/sun/star/deployment/XPackage.idl>
#include <com/sun/star/deployment/XPackageTypeInfo.idl>
#include <com/sun/star/ucb/XCommandEnvironment.idl>
#include <com/sun/star/deployment/DeploymentException.idl>
#include <com/sun/star/container/NoSuchElementException.idl>
......@@ -115,6 +116,13 @@ interface XPackageManager
*/
string getContext();
/** gets the supported <type>XPackageTypeInfo</type>s.
@return
supported <type>XPackageTypeInfo</type>s.
*/
sequence<XPackageTypeInfo> getSupportedPackageTypes();
/** creates a command channel to be used to asynchronously abort a command.
@return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment