Why has the generation comment at the top of the service implementation files changed?

I’ve noticed that the comment text at the top of my service implementation files has changed.

In my older services, it reads: “This is where you are supposed to code the implementation of your objects”

In a service I’ve just created with the latest version, however, it now reads: “Do not modify this file manually, or your changes will be lost when it is regenerated the next time you update your RODL.”

Why is it now saying this? Where else am I supposed to put my implementation code? Surely, once initially created, the implementation files won’t be regenerated or overwritten?

You can ignore this warning for _Impl.
looks like, we used the same notice in _Impl as for _Intf and _Invk …

If this is for .NET, then we (currently still) use CodeDom and unfortunately it adds tis to all files. I’ll see if we can still; tweak that, afterwards, as I a free thats confusing/misleading. If this is for different platform, we should definitely check and fix this.

fixed for Delphi/C++Builder

1 Like