Kaydet (Commit) 136635da authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS os2port01 (1.4.36); FILE MERGED

2007/08/09 09:13:50 obr 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED
2006/11/29 14:26:51 ydario 1.4.36.1: Initial OS/2 import.
üst ea671978
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: rtl_Process.cxx,v $ * $RCSfile: rtl_Process.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 08:59:18 $ * last change: $Author: vg $ $Date: 2007-09-20 15:22:39 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -114,7 +114,7 @@ public: ...@@ -114,7 +114,7 @@ public:
void getAppCommandArg_001() void getAppCommandArg_001()
{ {
#ifdef WNT #if defined(WNT) || defined(OS2)
const rtl::OUString EXECUTABLE_NAME = rtl::OUString::createFromAscii("child_process.exe"); const rtl::OUString EXECUTABLE_NAME = rtl::OUString::createFromAscii("child_process.exe");
#else #else
const rtl::OUString EXECUTABLE_NAME = rtl::OUString::createFromAscii("child_process"); const rtl::OUString EXECUTABLE_NAME = rtl::OUString::createFromAscii("child_process");
...@@ -251,7 +251,7 @@ public: ...@@ -251,7 +251,7 @@ public:
//different processes different pids //different processes different pids
void getGlobalProcessId_002() void getGlobalProcessId_002()
{ {
#ifdef WNT #if defined(WNT) || defined(OS2)
const rtl::OUString EXEC_NAME = rtl::OUString::createFromAscii("child_process_id.exe"); const rtl::OUString EXEC_NAME = rtl::OUString::createFromAscii("child_process_id.exe");
#else #else
const rtl::OUString EXEC_NAME = rtl::OUString::createFromAscii("child_process_id"); const rtl::OUString EXEC_NAME = rtl::OUString::createFromAscii("child_process_id");
......
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