* fixed missing comment openers for log section

This commit is contained in:
Jonas Maebe 2000-07-25 11:27:34 +00:00
parent 63e6473af4
commit a663745429
5 changed files with 25 additions and 6 deletions

View File

@ -32,8 +32,12 @@ begin
end; end;
FreeEnvironmentStrings(p); FreeEnvironmentStrings(p);
end; end;
{
$Log$ $Log$
Revision 1.2 2000-07-13 11:33:07 michael Revision 1.3 2000-07-25 11:27:34 jonas
* fixed missing comment openers for log section
Revision 1.2 2000/07/13 11:33:07 michael
+ removed logs + removed logs
} }

View File

@ -166,9 +166,12 @@ begin
end; end;
end. end.
{
$Log$ $Log$
Revision 1.2 2000-07-13 11:33:07 michael Revision 1.3 2000-07-25 11:27:34 jonas
* fixed missing comment openers for log section
Revision 1.2 2000/07/13 11:33:07 michael
+ removed logs + removed logs
} }

View File

@ -34,8 +34,12 @@ Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
begin begin
Result := CreatePipe (@Inhandle,@OutHandle,@piInheritablePipe,PipeBufSize); Result := CreatePipe (@Inhandle,@OutHandle,@piInheritablePipe,PipeBufSize);
end; end;
{
$Log$ $Log$
Revision 1.2 2000-07-13 11:33:07 michael Revision 1.3 2000-07-25 11:27:35 jonas
* fixed missing comment openers for log section
Revision 1.2 2000/07/13 11:33:07 michael
+ removed logs + removed logs
} }

View File

@ -135,8 +135,12 @@ begin
If ExitStatus=Still_active then If ExitStatus=Still_active then
Result:=TerminateProcess(Handle,AexitCode); Result:=TerminateProcess(Handle,AexitCode);
end; end;
{
$Log$ $Log$
Revision 1.2 2000-07-13 11:33:07 michael Revision 1.3 2000-07-25 11:27:35 jonas
* fixed missing comment openers for log section
Revision 1.2 2000/07/13 11:33:07 michael
+ removed logs + removed logs
} }

View File

@ -208,8 +208,12 @@ begin
WaitForSingleObject(ulong(FHandle), INFINITE); WaitForSingleObject(ulong(FHandle), INFINITE);
GetExitCodeThread(FHandle, Result); GetExitCodeThread(FHandle, Result);
end; end;
{
$Log$ $Log$
Revision 1.2 2000-07-13 11:33:07 michael Revision 1.3 2000-07-25 11:27:35 jonas
* fixed missing comment openers for log section
Revision 1.2 2000/07/13 11:33:07 michael
+ removed logs + removed logs
} }