summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 07:35:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 07:35:32 +0000
commitf92d0965d313020c1654b3bd7cf584c478e31ee1 (patch)
tree3f3b3ec2442b664c169d18d0324f39153eefc144 /framework
parent3a72d9eab0bf90a7a8b31a574eba7ff96f71c2a4 (diff)
INTEGRATION: CWS os9 (1.3.8); FILE MERGED
2003/04/29 09:43:27 as 1.3.8.1: #107420# bind event broadcaster to job execution
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/jobs/jobdata.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index 725227253848..13ac70acc808 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: jobdata.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 17:12:55 $
+ * last change: $Author: vg $ $Date: 2003-05-22 08:35:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -169,6 +169,7 @@ class JobData : private ThreadHelpBase
static const sal_Char* PROP_EVENTNAME;
static const sal_Char* PROP_ENVTYPE;
static const sal_Char* PROP_FRAME;
+ static const sal_Char* PROP_MODEL;
static const sal_Char* PROP_SERVICE;
//___________________________________
@@ -203,7 +204,9 @@ class JobData : private ThreadHelpBase
/// this job is used by the global JobExecutor service
E_EXECUTION,
/// this job is used by the global dispatch framework
- E_DISPATCH
+ E_DISPATCH,
+ /// this job is used by the global event broadcaster
+ E_DOCUMENTEVENT
};
//___________________________________