浏览代码

* Made FRunning and FExitCode protected

git-svn-id: trunk@8757 -
michael 18 年之前
父节点
当前提交
8127eb0b0f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/fcl-base/src/inc/process.pp

+ 2 - 1
packages/fcl-base/src/inc/process.pp

@@ -56,7 +56,6 @@ Type
     FCurrentDirectory : String;
     FDesktop : String;
     FEnvironment : Tstrings;
-    FExitCode : Cardinal;
     FShowWindow : TShowWindowOptions;
     FInherithandles : Boolean;
     FRunning : Boolean;
@@ -85,6 +84,8 @@ Type
     procedure SetEnvironment(const Value: TStrings);
     function  PeekExitStatus: Boolean;
   Protected  
+    FRunning : Boolean;
+    FExitCode : Cardinal;
     FInputStream  : TOutputPipeStream;
     FOutputStream : TInputPipeStream;
     FStderrStream : TInputPipeStream;