summaryrefslogtreecommitdiff
path: root/framework/inc/jobs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-10 15:44:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-10 15:58:39 +0100
commit463e1cd292b347d43ff33eef61a539a5e9d1c53f (patch)
tree54022ef2bee5fc53cbf95730171e6715e79b38a1 /framework/inc/jobs
parent627cf7e91a741f55c6519bc33451b5aab9a68267 (diff)
Simplify string literal usage
Change-Id: I216d0af8fd78bec8668ea2a5be7d75f7c1df0c31
Diffstat (limited to 'framework/inc/jobs')
-rw-r--r--framework/inc/jobs/jobdata.hxx40
1 files changed, 0 insertions, 40 deletions
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index 6701311447a8..2acc493a907d 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -49,46 +49,6 @@ class JobData : private ThreadHelpBase
{
public:
- /// specifies the root package and key to find registered jobs
- static const sal_Char* JOBCFG_ROOT;
- /// define the cfg key "Arguments" of a job relativ to JOBCFG_ROOT/<job alias>
- static const sal_Char* JOBCFG_PROP_ARGUMENTS;
- /// define the cfg key "Service" of a job relativ to JOBCFG_ROOT/<job alias>
- static const sal_Char* JOBCFG_PROP_SERVICE;
- /// define the cfg key "Context" of a job relativ to JOBCFG_ROOT/<job alias>
- static const sal_Char* JOBCFG_PROP_CONTEXT;
-
- /// specifies the root package and key to find event registrations
- static const sal_Char* EVENTCFG_ROOT;
- /// define the cfg key "JobList" of an event relativ to EVENTCFG_ROOT/<event>
- static const sal_Char* EVENTCFG_PATH_JOBLIST;
- /// define the cfg key "AdminTime" of a job registration relativ to EVENTCFG_ROOT/<event>/EVENTCFG_PROP_JOBLIST/<job alias>
- static const sal_Char* EVENTCFG_PROP_ADMINTIME;
- /// define the cfg key "UserTime" of a job registration relativ to EVENTCFG_ROOT/<event>/EVENTCFG_PROP_JOBLIST/<job alias>
- static const sal_Char* EVENTCFG_PROP_USERTIME;
-
- /// mark the starting point of static job data inside argument list of job execution
- static const sal_Char* PROPSET_CONFIG;
- /// mark the starting point of job specific data inside argument list of job execution
- static const sal_Char* PROPSET_OWNCONFIG;
- /// mark the starting point of environment data inside argument list of job execution
- static const sal_Char* PROPSET_ENVIRONMENT;
- /// mark the starting point of any other dynamic generated data inside argument list of job execution (e.g. from a dispatch() request)
- static const sal_Char* PROPSET_DYNAMICDATA;
-
- static const sal_Char* PROP_ALIAS;
- 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;
- static const sal_Char* PROP_CONTEXT;
-
- //___________________________________
- // structs
-
- public:
-
/** These values can be used to differe between jobs with and jobs without
a configuration. Of course an "unknown state" should be available too,
to detect a missing initialization.