Minor bug: Delphi, Simple Object Service Generation

Hi guys, simple bug in the latest builds where if you select the object type of ‘simple object’ for your RODL generated service the auto generated code still generates TrodlService_Impl.create(nil) to construct the implementation class, even though this constructor doesn’t exist for simple objects. Either add a constructor to the simple base class that takes an object or fix the code generation for simple objects.

Thanks, logged as bugs://79792

bugs://79792 got closed with status fixed.