summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/XJobManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XJobManager.idl')
-rw-r--r--offapi/com/sun/star/util/XJobManager.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XJobManager.idl b/offapi/com/sun/star/util/XJobManager.idl
index 768e4a779751..77dbc2ee4d72 100644
--- a/offapi/com/sun/star/util/XJobManager.idl
+++ b/offapi/com/sun/star/util/XJobManager.idl
@@ -25,23 +25,19 @@
module com { module sun { module star { module util {
-//============================================================================
/** Manage cancelable jobs.
*/
published interface XJobManager: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** registers a cancelable job.
*/
void registerJob( [in] com::sun::star::util::XCancellable Job );
- //-------------------------------------------------------------------------
/** deregisters a cancelable jobs.
*/
void releaseJob( [in] com::sun::star::util::XCancellable Job );
- //-------------------------------------------------------------------------
/** cancel all registered jobs.
*/
void cancelAllJobs();