Browse Source

+ CloseProcessHandles made virtual

git-svn-id: trunk@1938 -
michael 19 years ago
parent
commit
7875a58c62
1 changed files with 2 additions and 1 deletions
  1. 2 1
      fcl/inc/process.pp

+ 2 - 1
fcl/inc/process.pp

@@ -88,7 +88,8 @@ Type
     procedure SetActive(const Value: Boolean);
     procedure SetEnvironment(const Value: TStrings);
     function  PeekExitStatus: Boolean;
-    procedure CloseProcessHandles;
+  Protected  
+    procedure CloseProcessHandles; virtual;
   Public
     Constructor Create (AOwner : TComponent);override;
     Destructor Destroy; override;