revalNG / omnithreadlibrary

Automatically exported from code.google.com/p/omnithreadlibrary
0 stars 0 forks source link

Declaration of class method Parallel.AppyConfig differs from declaration #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build of runtime package for XE5
2.
3.

What is the expected output? What do you see instead?
successful compile

What version of the product are you using? On what operating system?
trunk from svn

Please provide any additional information below.
Implementation of Parallel.ApplyConfig differs from declaration.

Line 1663 of OtlParallel.pas needs "class" prepended for successful compile:
class procedure Parallel.ApplyConfig(const taskConfig: IOmniTaskConfig; const 
task: IOmniTaskControl);

Original issue reported on code.google.com by bjmil...@gmail.com on 14 Oct 2013 at 11:58

GoogleCodeExporter commented 8 years ago
Fixed. Please download new 3.03 zip or update from the SVN.

Original comment by gabr42 on 15 Oct 2013 at 8:18