Ver código fonte

* Made FRunning and FExitCode protected

git-svn-id: trunk@8757 -
michael 18 anos atrás
pai
commit
8127eb0b0f
1 arquivos alterados com 2 adições e 1 exclusões
  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;