diff options
Diffstat (limited to 'sal/qa/rtl/process')
-rw-r--r-- | sal/qa/rtl/process/rtl_Process_Const.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sal/qa/rtl/process/rtl_Process_Const.h b/sal/qa/rtl/process/rtl_Process_Const.h new file mode 100644 index 000000000000..ff63303ce194 --- /dev/null +++ b/sal/qa/rtl/process/rtl_Process_Const.h @@ -0,0 +1,28 @@ + +#ifndef _RTL_PROCESS_CONST_H_ +#define _RTL_PROCESS_CONST_H_ + +//------------------------------------------------------------------------ +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> +#endif + +using namespace ::rtl; + +#ifdef __cplusplus +extern "C" +{ +#endif +//------------------------------------------------------------------------ +//::rtl::OUString suParam[4]; +::rtl::OUString suParam0 = ::rtl::OUString::createFromAscii("-join"); +::rtl::OUString suParam1 = OUString::createFromAscii("-with"); +::rtl::OUString suParam2 = OUString::createFromAscii("-child"); +::rtl::OUString suParam3 = OUString::createFromAscii("-process"); + +//------------------------------------------------------------------------ +#ifdef __cplusplus +} +#endif + +#endif /* RTL_PROCESS_CONST_H*/ |